summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/abc1600.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/abc1600.c')
-rw-r--r--src/mess/video/abc1600.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mess/video/abc1600.c b/src/mess/video/abc1600.c
index 117219c4426..1c4b60a7ebc 100644
--- a/src/mess/video/abc1600.c
+++ b/src/mess/video/abc1600.c
@@ -9,10 +9,10 @@
/*
- TODO:
+ TODO:
- - portrait/landscape detection is broken
- - bottom border is not respected
+ - portrait/landscape detection is broken
+ - bottom border is not respected
*/
@@ -257,12 +257,12 @@ machine_config_constructor abc1600_mover_device::device_mconfig_additions() cons
abc1600_mover_device::abc1600_mover_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, ABC1600_MOVER, "ABC 1600 Mover", tag, owner, clock, "abc1600mover", __FILE__),
- device_memory_interface(mconfig, *this),
- m_space_config("vram", ENDIANNESS_BIG, 16, 18, -1, *ADDRESS_MAP_NAME(mover_map)),
- m_crtc(*this, SY6845E_TAG),
- m_wrmsk_rom(*this, "wrmsk"),
- m_shinf_rom(*this, "shinf"),
- m_drmsk_rom(*this, "drmsk")
+ device_memory_interface(mconfig, *this),
+ m_space_config("vram", ENDIANNESS_BIG, 16, 18, -1, *ADDRESS_MAP_NAME(mover_map)),
+ m_crtc(*this, SY6845E_TAG),
+ m_wrmsk_rom(*this, "wrmsk"),
+ m_shinf_rom(*this, "shinf"),
+ m_drmsk_rom(*this, "drmsk")
{
}