diff options
Diffstat (limited to 'src/devices/bus/bbc/tube/tube_matchbox.cpp')
| -rw-r--r-- | src/devices/bus/bbc/tube/tube_matchbox.cpp | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/devices/bus/bbc/tube/tube_matchbox.cpp b/src/devices/bus/bbc/tube/tube_matchbox.cpp index 7d8be65bd35..9198c1900ff 100644 --- a/src/devices/bus/bbc/tube/tube_matchbox.cpp +++ b/src/devices/bus/bbc/tube/tube_matchbox.cpp @@ -34,6 +34,8 @@ namespace { +// ======================> bbc_tube_matchbox_device + class bbc_tube_matchbox_device : public device_t, public device_bbc_tube_interface { public: @@ -309,7 +311,7 @@ void bbc_tube_matchbox_device::ns32016_mem(address_map &map) //------------------------------------------------- -// INPUT_PORTS( matchbox ) +// input_ports - device-specific input ports //------------------------------------------------- static INPUT_PORTS_START(matchbox) @@ -338,10 +340,6 @@ INPUT_CHANGED_MEMBER(bbc_tube_matchbox_device::dip_changed) m_soft_dip = newval; } -//------------------------------------------------- -// input_ports - device-specific input ports -//------------------------------------------------- - ioport_constructor bbc_tube_matchbox_device::device_input_ports() const { return INPUT_PORTS_NAME( matchbox ); @@ -349,7 +347,7 @@ ioport_constructor bbc_tube_matchbox_device::device_input_ports() const //------------------------------------------------- -// ROM( matchbox ) +// rom_region - device-specific ROM region //------------------------------------------------- ROM_START( matchbox ) @@ -378,10 +376,6 @@ ROM_START( matchbox ) ROM_LOAD("tuberom_32016.bin", 0x0000, 0x8000, CRC(11dfca39) SHA1(80343cb198b03ea91c8790d765f7d3869ba9bb32)) // from LX9CoProCombined_20171007_0719_dmb firmware ROM_END -//------------------------------------------------- -// rom_region - device-specific ROM region -//------------------------------------------------- - const tiny_rom_entry *bbc_tube_matchbox_device::device_rom_region() const { return ROM_NAME( matchbox ); |
