summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/elzet80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/elzet80.cpp')
-rw-r--r--src/mame/drivers/elzet80.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/drivers/elzet80.cpp b/src/mame/drivers/elzet80.cpp
index d9e3a49d809..4d8d9f661c1 100644
--- a/src/mame/drivers/elzet80.cpp
+++ b/src/mame/drivers/elzet80.cpp
@@ -78,8 +78,6 @@ private:
void mem_map(address_map &map);
void io_map(address_map &map);
- void drive_w(offs_t offset, u8 data);
-
floppy_image_device *m_floppy;
required_device<cpu_device> m_maincpu;
required_device<z80ctc_device> m_ctc;
@@ -179,5 +177,5 @@ ROM_START(elzet80p)
ROM_END
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
-COMP( 1982, elzet80k, elzet80p, 0, elzet80, elzet80, elzet80_state, empty_init, "Elektronikladen", "Elzet/K 80", MACHINE_IS_SKELETON )
-COMP( 1982, elzet80p, 0, 0, elzet80, elzet80, elzet80_state, empty_init, "Elektronikladen", "Elzet/P 80", MACHINE_IS_SKELETON )
+COMP( 1982, elzet80k, elzet80p, 0, elzet80, elzet80, elzet80_state, empty_init, "Giesler & Danne GmbH & Co. KG", "Elzet/K 80", MACHINE_IS_SKELETON )
+COMP( 1982, elzet80p, 0, 0, elzet80, elzet80, elzet80_state, empty_init, "Giesler & Danne GmbH & Co. KG", "Elzet/P 80", MACHINE_IS_SKELETON )