summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/harddriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/harddriv.cpp')
-rw-r--r--src/mame/machine/harddriv.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/harddriv.cpp b/src/mame/machine/harddriv.cpp
index c324611bf53..7f5ecb15fa3 100644
--- a/src/mame/machine/harddriv.cpp
+++ b/src/mame/machine/harddriv.cpp
@@ -37,7 +37,6 @@
void harddriv_state::device_start()
{
m_lamps.resolve();
- //atarigen_state::machine_start();
/* predetermine memory regions */
m_adsp_pgm_memory_word = (uint16_t *)(reinterpret_cast<uint8_t *>(m_adsp_pgm_memory.target()) + 1);
@@ -50,7 +49,6 @@ void harddriv_state::device_start()
void harddriv_state::device_reset()
{
/* generic reset */
- //atarigen_state::machine_reset();
if (m_slapstic_device.found()) m_slapstic_device->slapstic_reset();
/* halt several of the DSPs to start */