diff options
author | 2018-09-15 20:28:53 +0200 | |
---|---|---|
committer | 2018-09-15 20:28:53 +0200 | |
commit | 0a86f2efe9d836c2af992262b9e1f6ba7c973fdb (patch) | |
tree | 1eb3240a5035bba2ae494aed4bedd6ca7e065c9a /src/devices/bus/sbus/sunpc.h | |
parent | c7170bed75f6a630c6e87a55374a41d876227544 (diff) |
-cgsix: Renamed turbogx.* to cgsix.* and added TurboGX+ support. [Ryan Holtz, Andrew Liles]
Diffstat (limited to 'src/devices/bus/sbus/sunpc.h')
-rw-r--r-- | src/devices/bus/sbus/sunpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sbus/sunpc.h b/src/devices/bus/sbus/sunpc.h index 3acc500827d..8c20c1be27e 100644 --- a/src/devices/bus/sbus/sunpc.h +++ b/src/devices/bus/sbus/sunpc.h @@ -39,7 +39,7 @@ private: required_memory_region m_rom; }; -// device type definition + DECLARE_DEVICE_TYPE(SBUS_SUNPC, sbus_sunpc_device) #endif // MAME_BUS_SBUS_SUNPC_H |