summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/centronics/epson_lx800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/centronics/epson_lx800.h')
-rw-r--r--src/emu/bus/centronics/epson_lx800.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/emu/bus/centronics/epson_lx800.h b/src/emu/bus/centronics/epson_lx800.h
index 258aeb3230d..1507b34b4d5 100644
--- a/src/emu/bus/centronics/epson_lx800.h
+++ b/src/emu/bus/centronics/epson_lx800.h
@@ -67,37 +67,9 @@ private:
};
-// ======================> epson_lx810l_t
-
-class epson_lx810l_t : public epson_lx800_t
-{
-public:
- // construction/destruction
- epson_lx810l_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
- // optional information overrides
- virtual const rom_entry *device_rom_region() const;
-};
-
-
-// ======================> epson_ap2000_t
-
-class epson_ap2000_t : public epson_lx800_t
-{
-public:
- // construction/destruction
- epson_ap2000_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
- // optional information overrides
- virtual const rom_entry *device_rom_region() const;
-};
-
-
// device type definition
extern const device_type EPSON_LX800;
-extern const device_type EPSON_LX810L;
-extern const device_type EPSON_AP2000;