diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/pc9801_cbus.h | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/pc9801_cbus.h')
-rw-r--r-- | src/mess/machine/pc9801_cbus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/pc9801_cbus.h b/src/mess/machine/pc9801_cbus.h index 6a1857ef9dc..beb5176ab3d 100644 --- a/src/mess/machine/pc9801_cbus.h +++ b/src/mess/machine/pc9801_cbus.h @@ -23,7 +23,7 @@ #define MCFG_PC9801CBUS_SLOT_ADD(_tag, _slot_intf, _def_slot, _def_inp) \ - MCFG_DEVICE_ADD(_tag, PC9801CBUS_SLOT, 0) \ + MCFG_DEVICE_ADD(_tag, PC9801CBUS_SLOT, 0) \ MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, _def_inp, false) @@ -52,7 +52,7 @@ public: // ======================> pc9801_slot_device class pc9801_slot_device : public device_t, - public device_slot_interface + public device_slot_interface { public: // construction/destruction @@ -62,7 +62,7 @@ public: virtual void device_start(); virtual void device_config_complete(); //private: -// device_pc9801_slot_card_interface *m_card; +// device_pc9801_slot_card_interface *m_card; }; |