diff options
| author | 2010-05-10 19:35:30 +0000 | |
|---|---|---|
| committer | 2010-05-10 19:35:30 +0000 | |
| commit | 56d60007c49d122c1fd363c40b21be6e80cdcf45 (patch) | |
| tree | 6d5b10d9c10b3089102087f5d9d2ad4d8d91267a /src | |
| parent | 26c06715f26989d6e1d006add57c263c9b58a293 (diff) | |
better fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/targeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/targeth.c b/src/mame/drivers/targeth.c index b29eed657cd..dde9ecf87da 100644 --- a/src/mame/drivers/targeth.c +++ b/src/mame/drivers/targeth.c @@ -84,9 +84,9 @@ static ADDRESS_MAP_START( main_map, ADDRESS_SPACE_PROGRAM, 16 ) AM_RANGE(0x700002, 0x700003) AM_READ_PORT("DSW1") AM_RANGE(0x700006, 0x700007) AM_READ_PORT("SYSTEM") /* Coins, Start & Fire buttons */ AM_RANGE(0x700008, 0x700009) AM_READ_PORT("SERVICE") /* Service & Guns Reload? */ -// AM_RANGE(0x70000a, 0x70001b) AM_WRITENOP /* ??? Guns reload related? */ AM_RANGE(0x70000c, 0x70000d) AM_WRITE(OKIM6295_bankswitch_w) /* OKI6295 bankswitch */ AM_RANGE(0x70000e, 0x70000f) AM_DEVREADWRITE8("oki", okim6295_r, okim6295_w, 0x00ff) /* OKI6295 status register */ + AM_RANGE(0x700010, 0x70001b) AM_WRITENOP /* ??? Guns reload related? */ AM_RANGE(0x70002a, 0x70003b) AM_WRITE(targeth_coin_counter_w) /* Coin counters */ AM_RANGE(0xfe0000, 0xfeffff) AM_RAM /* Work RAM (partially shared with DS5002FP) */ ADDRESS_MAP_END |
