diff options
author | 2019-01-23 02:06:55 +0000 | |
---|---|---|
committer | 2019-01-23 02:10:10 +0000 | |
commit | 89c09536ac56b428bca78ef915b975352b2c80ba (patch) | |
tree | c9f0bed9845d010ddfb56f00d9a5f0f4692b66a1 /src/devices/bus/electron/rombox.h | |
parent | 709559b75416bef2ff72a28b263cd6cac7727118 (diff) |
electron: Amended cartridge slot interface to include OE and OE2 lines to specify ROM13.
- Added Slogger Plus 2 Expansion, Acorn Tube Interface and P.R.E.S. Advanced Plus 5 cartridge devices.
- Use derived 16Mhz clock on expansion bus and cartridge slots.
- Removed MCFG and added devcb3 in expansion and cartridge devices.
Diffstat (limited to 'src/devices/bus/electron/rombox.h')
-rw-r--r-- | src/devices/bus/electron/rombox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/rombox.h b/src/devices/bus/electron/rombox.h index 045db388838..961cab59ba4 100644 --- a/src/devices/bus/electron/rombox.h +++ b/src/devices/bus/electron/rombox.h @@ -35,7 +35,7 @@ protected: virtual void device_add_mconfig(machine_config &config) override; virtual ioport_constructor device_input_ports() const override; - virtual uint8_t expbus_r(address_space &space, offs_t offset, uint8_t data) override; + virtual uint8_t expbus_r(address_space &space, offs_t offset) override; virtual void expbus_w(address_space &space, offs_t offset, uint8_t data) override; private: |