summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/exp.cpp
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2018-01-26 19:28:41 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2018-01-26 21:04:33 +0000
commit4143172f7cec26b32db0146e385717e041ff0711 (patch)
tree3e97bad7ac892e668f99030c87b138133baf8899 /src/devices/bus/electron/exp.cpp
parent9e00075f3a6ab7ff64f67513ba419046a10efb94 (diff)
electron: Re-implemented cartridge slot device, and added cartridge devices:
- Standard cartridge (2x16K ROM) - Advanced Battery-Backed RAM (ABR) - Slogger Click - Slogger Pegasus 400
Diffstat (limited to 'src/devices/bus/electron/exp.cpp')
-rw-r--r--src/devices/bus/electron/exp.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/bus/electron/exp.cpp b/src/devices/bus/electron/exp.cpp
index 2db692a1257..476eba184ca 100644
--- a/src/devices/bus/electron/exp.cpp
+++ b/src/devices/bus/electron/exp.cpp
@@ -87,10 +87,6 @@ void electron_expansion_slot_device::device_start()
void electron_expansion_slot_device::device_reset()
{
- if (m_card != nullptr)
- {
- m_card->device().reset();
- }
}
//-------------------------------------------------