summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs017.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/igs017.c')
-rw-r--r--src/mame/drivers/igs017.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/igs017.c b/src/mame/drivers/igs017.c
index 9cebb8b38a7..08ec98c3f63 100644
--- a/src/mame/drivers/igs017.c
+++ b/src/mame/drivers/igs017.c
@@ -1820,7 +1820,7 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START( spkrform_map, AS_PROGRAM, 8, igs017_state )
AM_RANGE( 0x00000, 0x0dfff ) AM_ROM
- AM_RANGE( 0x0e9bf, 0x0e9bf ) AM_NOP // hack: uncomment to switch to Formosa
+ AM_RANGE( 0x0e9bf, 0x0e9bf ) AM_NOP // hack: uncomment to switch to Formosa
AM_RANGE( 0x0e000, 0x0efff ) AM_RAM
AM_RANGE( 0x0f000, 0x0ffff ) AM_RAM
AM_RANGE( 0x10000, 0x3ffff ) AM_ROM
@@ -1864,7 +1864,7 @@ static ADDRESS_MAP_START( spkrform_io, AS_IO, 8, igs017_state )
AM_RANGE( 0x9000, 0x9001 ) AM_DEVWRITE("ymsnd", ym2413_device, write)
- AM_RANGE( 0xa000, 0xa000 ) AM_READ_PORT( "A000" ) // Game selection
+ AM_RANGE( 0xa000, 0xa000 ) AM_READ_PORT( "A000" ) // Game selection
AM_RANGE( 0xa001, 0xa001 ) AM_READ_PORT( "A001" )
AM_RANGE( 0xb000, 0xb000 ) AM_WRITE(input_select_w )