Skip to content

Commit eb4c7a9

Browse files
committed
Code Magik: Fixed graphics banks and bitplanes.
1 parent 056a4b3 commit eb4c7a9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/mame/misc/goldnpkr.cpp

+9-3
Original file line numberDiff line numberDiff line change
@@ -12630,11 +12630,16 @@ ROM_END
1263012630
Voyageur de L'Espace Inc.
1263112631

1263212632
Obscure vintage game.
12633+
Using IRQ instead of NMI.
1263312634

12634-
Seems to use IRQ instead of NMI.
1263512635
VideoRAM: 0x800-0xbff
1263612636
ColorRAM: 0xc00-0xfff
12637-
CRTC and PIAs are mapped in different offsets.
12637+
12638+
CRTC addr: 0x10b0-0x10b0
12639+
CRTC data: 0x10b1-0x10b1
12640+
12641+
PIA0 offs: 0x10f4-0x10f7
12642+
PIA1 offs: 0x10f8-0x10fb
1263812643

1263912644
*/
1264012645
ROM_START( codemagik )
@@ -12649,7 +12654,8 @@ ROM_START( codemagik )
1264912654
ROM_REGION( 0x3000, "gfx2", 0 ) //
1265012655
ROM_LOAD( "3y_2732.1a", 0x0000, 0x1000, CRC(ea868221) SHA1(fcf9a840537feb28c9fb65b58b9a41b2412aa4ef) ) // cards deck gfx, bitplane1
1265112656
ROM_LOAD( "2y_2732.3a", 0x1000, 0x1000, CRC(6d1da4bb) SHA1(dc8c70faa301e2f7e9089d38e0ef618e8352e569) ) // cards deck gfx, bitplane2
12652-
ROM_FILL( 0x2000, 0x1000, 0x0000 ) // filling the B bitplane
12657+
ROM_COPY( "gfx1", 0x4800, 0x2000, 0x0800 ) // cards deck gfx, bitplane3.
12658+
ROM_COPY( "gfx1", 0x5800, 0x2800, 0x0800 ) // cards deck alt gfx, bitplane3.
1265312659

1265412660
ROM_REGION( 0x0100, "proms", 0 )
1265512661
ROM_LOAD( "clr.bin", 0x0000, 0x0100, CRC(7f31066b) SHA1(15420780ec6b2870fc4539ec3afe4f0c58eedf12) )

0 commit comments

Comments
 (0)