diff options
Diffstat (limited to 'src/devices/bus/nes/txc.h')
-rw-r--r-- | src/devices/bus/nes/txc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/nes/txc.h b/src/devices/bus/nes/txc.h index 2cf64caa902..af8bdc3bc5c 100644 --- a/src/devices/bus/nes/txc.h +++ b/src/devices/bus/nes/txc.h @@ -40,7 +40,6 @@ public: // construction/destruction nes_txc_dumarc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); - // device-level overrides virtual void write_h(offs_t offset, uint8_t data) override; }; @@ -53,7 +52,6 @@ public: // construction/destruction nes_txc_mjblock_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); - // device-level overrides virtual uint8_t read_l(offs_t offset) override; }; |