diff options
author | 2019-03-16 22:27:18 -0400 | |
---|---|---|
committer | 2019-03-16 22:27:18 -0400 | |
commit | 0f520ff3bb3f4ea3cfea64701623fa19d14c5c97 (patch) | |
tree | a650ea89c638f93c2b2fb336cf26c0898b3c947a /src/devices/cpu/g65816/g65816.h | |
parent | 57d3501c827cdc4125bb26c115fcf3318c4db871 (diff) |
Fix build (nw)
Diffstat (limited to 'src/devices/cpu/g65816/g65816.h')
-rw-r--r-- | src/devices/cpu/g65816/g65816.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/g65816/g65816.h b/src/devices/cpu/g65816/g65816.h index 154dd015783..e0b282f38b4 100644 --- a/src/devices/cpu/g65816/g65816.h +++ b/src/devices/cpu/g65816/g65816.h @@ -58,7 +58,6 @@ public: auto wdm_handler() { return m_wdm_w.bind(); } -protected: /* Registers - used by g65816_set_reg() and g65816_get_reg() */ enum { @@ -68,6 +67,7 @@ protected: _5A22_FASTROM }; +protected: g65816_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, int cpu_type, address_map_constructor internal); // device-level overrides |