diff options
Diffstat (limited to 'src/devices/machine/akiko.cpp')
-rw-r--r-- | src/devices/machine/akiko.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/machine/akiko.cpp b/src/devices/machine/akiko.cpp index 76867f0ed0b..1e5aee6db16 100644 --- a/src/devices/machine/akiko.cpp +++ b/src/devices/machine/akiko.cpp @@ -11,13 +11,13 @@ - Chunky to planar converter - 2x CIA chips - TODO: + TODO: - Reportedly the CD drive should be a Sony KSM-2101BAM, - schematics shows Akiko connected to a laconic "26-pin CD connector" - - NVRAM needs inheriting from i2c_24c08_device; - - Handle tray open/close events, needed at very least by: - \- cdtv:cdremix2 load sequences; - \- kangfu on cd32 as "out of memory" workaround; + schematics shows Akiko connected to a laconic "26-pin CD connector" + - NVRAM needs inheriting from i2c_24c08_device; + - Handle tray open/close events, needed at very least by: + \- cdtv:cdremix2 load sequences; + \- kangfu on cd32 as "out of memory" workaround; ***************************************************************************/ @@ -759,7 +759,7 @@ void akiko_device::update_cdrom() { resp[1] = 0x80; } - + // needed by cdtv:defcrown (would otherwise hardlock emulation) m_cdrom_cmd_start = (m_cdrom_cmd_start + 2) & 0xff; |