eswartz / emul

Emulator (V9t9 and others)
Other
28 stars 4 forks source link

P-Code GROMs cannot be loaded #8

Open eswartz opened 9 years ago

eswartz commented 9 years ago

From RvK:

. Also I saw that the “P-code GROM” file had to be renamed otherwise it does not load

(for people migrating from 1 version to the latest one “pcode_g0.bin” to “pCodeGroms.bin”)

eswartz commented 9 years ago

The main issue was just a stale GROM MD5 sum (using the new 'grom' algorithm rather than 'full').

Along the way I also fixed some spaghetti that made it hard to handle both the ways the DSR ROMs are found: pcode_r0 (4k common) / pcode_r1 (8k, banks 0 and 1) split and the pcode_c.bin (8k, common + bank 1) and pcode_d.bin (8k, common + bank 2) arrangement.

eswartz commented 9 years ago

Interesting how github closes things sometimes but not always.