summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cubo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cubo.cpp')
-rw-r--r--src/mame/drivers/cubo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cubo.cpp b/src/mame/drivers/cubo.cpp
index 793272cedcb..77df43d90c5 100644
--- a/src/mame/drivers/cubo.cpp
+++ b/src/mame/drivers/cubo.cpp
@@ -11,7 +11,7 @@
- remove m_input_hack functions, needed to make inputs working
- lsrquiz2i, lsrquizg: access violation on microtouch_device destructor when exiting emulation
Caused by microtouch_device::rcv_complete() overrunning the m_rx_buffer
- array space with 149 (array size=16).
+ array space with 149 (array size=16).
Known Games:
@@ -1070,7 +1070,7 @@ void cubo_state::cubo(machine_config &config)
m_maincpu->set_addrmap(AS_PROGRAM, &cubo_state::cubo_mem);
ADDRESS_MAP_BANK(config, m_overlay).set_map(&cubo_state::overlay_2mb_map32).set_options(ENDIANNESS_BIG, 32, 22, 0x200000);
- ADDRESS_MAP_BANK(config, m_chipset).set_map(&cubo_state::aga_map).set_options(ENDIANNESS_BIG, 32, 9, 0x200);
+ ADDRESS_MAP_BANK(config, m_chipset).set_map(&cubo_state::aga_map).set_options(ENDIANNESS_BIG, 32, 9, 0x200);
AMIGA_COPPER(config, m_copper, amiga_state::CLK_28M_PAL / 2);
m_copper->set_host_cpu_tag(m_maincpu);