summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2025-06-21 18:45:09 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2025-06-21 18:45:09 +0200
commit7a41886bd59928822469734e27a32214d2e1716f (patch)
tree89c06026038ace44de2c5de02ad7dd86469d21d5
parentb1caa909aaa137a3c4ca56e8ff87ebf9d35ce1dc (diff)
igs/goldstar.cpp: forgot to press save
-rw-r--r--src/mame/igs/goldstar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/igs/goldstar.cpp b/src/mame/igs/goldstar.cpp
index daf76503588..f28ca5abb26 100644
--- a/src/mame/igs/goldstar.cpp
+++ b/src/mame/igs/goldstar.cpp
@@ -10574,7 +10574,6 @@ void goldstar_state::super9(machine_config &config)
// basic machine hardware
Z80(config, m_maincpu, CPU_CLOCK);
m_maincpu->set_addrmap(AS_PROGRAM, &goldstar_state::super9_map);
- m_maincpu->set_addrmap(AS_IO, &goldstar_state::goldstar_readport);
// video hardware
screen_device &screen(SCREEN(config, "screen", SCREEN_TYPE_RASTER));