summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2022-07-13 18:48:27 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2022-07-13 18:48:27 +0200
commit6c8cdf4008875cd84989b3eb23ca5ce371610e8c (patch)
tree3b3f5cec096ddc1947295da0dbdada7e5e5e5ee7 /src/devices/bus
parentf258b2c27173518ac81893f7518303d1df4bcebe (diff)
- fgoal.cpp: used finders for I/O ports and other smal cleanups
- some drivers and devices: removed leftover timer enums
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/a2bus/agat_fdc.h7
-rw-r--r--src/devices/bus/abckb/abc77.h6
2 files changed, 0 insertions, 13 deletions
diff --git a/src/devices/bus/a2bus/agat_fdc.h b/src/devices/bus/a2bus/agat_fdc.h
index 950027151cd..84bfd82b268 100644
--- a/src/devices/bus/a2bus/agat_fdc.h
+++ b/src/devices/bus/a2bus/agat_fdc.h
@@ -57,13 +57,6 @@ protected:
virtual void write_c0nx(uint8_t offset, uint8_t data) override;
virtual uint8_t read_cnxx(uint8_t offset) override;
- enum
- {
- TIMER_ID_LSS = 0,
- TIMER_ID_SEEK,
- TIMER_ID_MOTOR
- };
-
required_device<i8255_device> m_d14;
required_device<i8255_device> m_d15;
diff --git a/src/devices/bus/abckb/abc77.h b/src/devices/bus/abckb/abc77.h
index f6147c52c66..4982c746570 100644
--- a/src/devices/bus/abckb/abc77.h
+++ b/src/devices/bus/abckb/abc77.h
@@ -50,12 +50,6 @@ protected:
virtual void txd_w(int state) override;
private:
- enum
- {
- TIMER_SERIAL,
- TIMER_RESET
- };
-
void serial_output(int state);
void key_down(int state);