summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hmcs40/hmcs40.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/hmcs40/hmcs40.h')
-rw-r--r--src/devices/cpu/hmcs40/hmcs40.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/cpu/hmcs40/hmcs40.h b/src/devices/cpu/hmcs40/hmcs40.h
index 4da14642ed9..a19161f5dcf 100644
--- a/src/devices/cpu/hmcs40/hmcs40.h
+++ b/src/devices/cpu/hmcs40/hmcs40.h
@@ -81,18 +81,6 @@ enum
class hmcs40_cpu_device : public cpu_device
{
public:
- enum
- {
- PORT_R0X = 0,
- PORT_R1X,
- PORT_R2X,
- PORT_R3X,
- PORT_R4X,
- PORT_R5X,
- PORT_R6X,
- PORT_R7X
- };
-
// max 8 4-bit R ports
template <std::size_t Bit> auto read_r() { return m_read_r[Bit].bind(); }
template <std::size_t Bit> auto write_r() { return m_write_r[Bit].bind(); }