[Coco] Re: CHIP-8 emulator for Coco

Bob Devries bdevries at gil.com.au
Tue Dec 28 02:43:03 EST 2004


David said:
> does your Dream ROM contain the 8x5 hex text/number sprites? (0-9, a-f), 
> or should I just make these up?

Yep. This is a disassembler listing, complete with comments. Here's the 
sprite patterns:

HEXTAB    FDB    $F6DF    0
        FDB    $4925    1
        FDB    $F39F    2
        FDB    $E79F    3
        FDB    $3ED9    4
        FDB    $E7CF    5
        FDB    $F7CF    6
        FDB    $249F    7
        FDB    $F7DF    8
        FDB    $E7DF    9
        FDB    $B7DF    A
        FDB    $D7DD    B
        FDB    $F24F    C
        FDB    $D6DD    D
        FDB    $F3CF    E
        FDB    $934F    F

Hope it helps.
--
Regards, Bob Devries. Dalby, Queensland, Australia.
Faith isn't faith until it's all you're holding on to.
http://e4god.com/freeblogs/bdevries/




More information about the Coco mailing list