@@ -333,7 +333,7 @@ Sound Chips:
333
333
334
334
Graphics Custom 208pin QFP:
335
335
GP9001 L7A0498 TOA PLAN
336
- (emulated in video /gp9001.c )
336
+ (emulated in toaplan /gp9001.cpp )
337
337
338
338
*********************************************************************
339
339
@@ -1081,10 +1081,10 @@ void toaplan2_state::batsugunbl_68k_mem(address_map &map)
1081
1081
map (0x200010 , 0x200011 ).portr (" IN1" );
1082
1082
map (0x200014 , 0x200015 ).portr (" IN2" );
1083
1083
map (0x200018 , 0x200019 ).portr (" SYS" );
1084
+ map (0x20001c , 0x20001d ).nopw (); // leftover code from the original?
1084
1085
map (0x21f004 , 0x21f005 ).portr (" DSWA" );
1085
1086
map (0x21f006 , 0x21f007 ).portr (" DSWB" );
1086
1087
map (0x21f008 , 0x21f009 ).portr (" JMPR" );
1087
- map (0x20001c , 0x20001d ).nopw (); // leftover code from the original?
1088
1088
map (0x300000 , 0x30000d ).rw (m_vdp[0 ], FUNC (gp9001vdp_device::read), FUNC (gp9001vdp_device::write));
1089
1089
map (0x400000 , 0x400fff ).ram ().w (m_palette, FUNC (palette_device::write16)).share (" palette" );
1090
1090
map (0x500000 , 0x50000d ).rw (m_vdp[1 ], FUNC (gp9001vdp_device::read), FUNC (gp9001vdp_device::write));
0 commit comments