diff options
Diffstat (limited to 'src/devices/machine/mos6530n.h')
| -rw-r--r-- | src/devices/machine/mos6530n.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/machine/mos6530n.h b/src/devices/machine/mos6530n.h index 0f1aa96a05e..164a07031b0 100644 --- a/src/devices/machine/mos6530n.h +++ b/src/devices/machine/mos6530n.h @@ -222,10 +222,6 @@ public: virtual void ram_map(address_map &map); virtual void io_map(address_map &map); - - // is there a better way to access the memory map when not using m()? - uint8_t io_r(offs_t offset); - void io_w(offs_t offset, uint8_t data); }; |
