summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/kr2376.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/kr2376.h')
-rw-r--r--src/devices/machine/kr2376.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/devices/machine/kr2376.h b/src/devices/machine/kr2376.h
index 6f8306bb30d..2345ade8c5e 100644
--- a/src/devices/machine/kr2376.h
+++ b/src/devices/machine/kr2376.h
@@ -106,16 +106,15 @@ protected:
virtual uint8_t key_codes(int mode, int x, int y) override;
};
-//class kr2376_12_device : public kr2376_device
-//{
-//public:
-// // construction/destruction
-// kr2376_12_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
-//protected:
-// virtual uint8_t key_codes(int mode, int x, int y) override;
-//};
+class kr2376_12_device : public kr2376_device
+{
+public:
+ kr2376_12_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+protected:
+ virtual uint8_t key_codes(int mode, int x, int y) override;
+};
DECLARE_DEVICE_TYPE(KR2376_ST, kr2376_st_device)
-//DECLARE_DEVICE_TYPE(KR2376_12, kr2376_12_device)
+DECLARE_DEVICE_TYPE(KR2376_12, kr2376_12_device)
#endif // MAME_MACHINE_KR2376_H