Search found 4 matches

by jeeek
Sun Nov 08, 2020 9:43 am
Forum: Commodore 8 Bit Programming
Topic: C64 character font binary
Replies: 7
Views: 117754

Re: C64 character font binary

Sorry, I stumbled into this thread late ... but it took my attention anyway. This question has aged a bit, but I thought I'd provide my own two cents for future Googlers who might land here. The OP would like a listing of the 8x8 matrix for each and all PETSCII characters. I recommend using the VICE...
by jeeek
Sun Nov 08, 2020 7:19 am
Forum: Commodore 8 Bit Programming
Topic: C64 character font binary
Replies: 7
Views: 117754

Re: C64 character font binary

Alternatively, if you're going to install WinVICE, it already has this file available. Just look under the C64 folder for the 4K file entitled "chargen." A hex editor reveals that this file contains the same data that the above BASIC program lists. Yes, indeed, but where is the fun? :wink:
by jeeek
Thu Jan 29, 2015 11:25 am
Forum: Commodore 8 Bit Programming
Topic: Java & Android C64 V2 BASIC text<->PRG converter
Replies: 2
Views: 20025

Re: Java & Android C64 V2 BASIC text<->PRG converter

Very nice, how to get this stuff? Did I miss a link to it?
by jeeek
Wed Aug 21, 2013 8:23 pm
Forum: Commodore 8 Bit Programming
Topic: syntax error while calling 1541 U1: command from ML
Replies: 1
Views: 17865

Re: syntax error while calling 1541 U1: command from ML

I'm pulling my hair out with this code. Its intended to run from the internal function ROM in the C128 and is trying to dump track 18, sector 1 to the screen as a proof of concept. The problem with this is that the drive reports a syntax error. Trouble is, I can't figure out why! I've tried both th...