summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hardbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/hardbox.h')
-rw-r--r--src/devices/bus/ieee488/hardbox.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/ieee488/hardbox.h b/src/devices/bus/ieee488/hardbox.h
index 889fa2684b5..80b1fc0df07 100644
--- a/src/devices/bus/ieee488/hardbox.h
+++ b/src/devices/bus/ieee488/hardbox.h
@@ -33,8 +33,6 @@ public:
// construction/destruction
hardbox_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- void hardbox_io(address_map &map);
- void hardbox_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;
@@ -58,6 +56,9 @@ private:
DECLARE_READ8_MEMBER( ppi1_pc_r );
DECLARE_WRITE8_MEMBER( ppi1_pc_w );
+ void hardbox_io(address_map &map);
+ void hardbox_mem(address_map &map);
+
enum
{
LED_A,