summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxia.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-08-23 00:43:21 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2018-08-23 00:43:21 +1000
commitd1f79a39b3c85cf29357bc3b7ded89900563ea44 (patch)
treed554b24efde67cdff10542824d4bf052d87a4b01 /src/mame/drivers/galaxia.cpp
parent012cbee2c3e0facb8876b2d31808cf07652a417d (diff)
cvs :
- huncholy,superbik,hero : simulate protection instead of patching it out [iq_132, Robbbert] - proper privacy of functions
Diffstat (limited to 'src/mame/drivers/galaxia.cpp')
-rw-r--r--src/mame/drivers/galaxia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxia.cpp b/src/mame/drivers/galaxia.cpp
index 69fdfa9beb7..39a90258bd0 100644
--- a/src/mame/drivers/galaxia.cpp
+++ b/src/mame/drivers/galaxia.cpp
@@ -308,7 +308,7 @@ MACHINE_CONFIG_START(galaxia_state::galaxia)
MCFG_DEVICE_IO_MAP(galaxia_io_map)
MCFG_DEVICE_DATA_MAP(galaxia_data_map)
MCFG_S2650_SENSE_INPUT(READLINE("screen", screen_device, vblank))
- MCFG_S2650_FLAG_OUTPUT(WRITELINE(*this, cvs_state, write_s2650_flag))
+ MCFG_S2650_FLAG_OUTPUT(WRITELINE(*this, galaxia_state, write_s2650_flag))
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)
@@ -352,7 +352,7 @@ MACHINE_CONFIG_START(galaxia_state::astrowar)
MCFG_DEVICE_IO_MAP(galaxia_io_map)
MCFG_DEVICE_DATA_MAP(galaxia_data_map)
MCFG_S2650_SENSE_INPUT(READLINE("screen", screen_device, vblank))
- MCFG_S2650_FLAG_OUTPUT(WRITELINE(*this, cvs_state, write_s2650_flag))
+ MCFG_S2650_FLAG_OUTPUT(WRITELINE(*this, galaxia_state, write_s2650_flag))
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)