summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/bml3mp1805.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/bml3mp1805.c')
-rw-r--r--src/mess/machine/bml3mp1805.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/bml3mp1805.c b/src/mess/machine/bml3mp1805.c
index 0106d95acfb..b7aa02cb184 100644
--- a/src/mess/machine/bml3mp1805.c
+++ b/src/mess/machine/bml3mp1805.c
@@ -86,7 +86,7 @@ const rom_entry *bml3bus_mp1805_device::device_rom_region() const
READ8_MEMBER( bml3bus_mp1805_device::bml3_mp1805_r)
{
// TODO: read supported or not?
- // return mc6843_drq_r(m_mc6843) ? 0x00 : 0x80;
+ // return mc6843_drq_r(m_mc6843) ? 0x00 : 0x80;
return -1;
}