diff options
author | 2019-10-05 22:49:34 +1000 | |
---|---|---|
committer | 2019-10-05 22:52:26 +1000 | |
commit | 404c8ff7e1d4dabd9f45011b7874c7c8727cd298 (patch) | |
tree | 97b183915fc9a77d38a646027e1a1e83411c3e28 /src/devices/bus/snes/sfx.h | |
parent | e1ebf0c51d457a47785128619c34ab2936f0891e (diff) |
(nw) misc cleanup:
* upd765, next, sun3x: fix FDC mode being treated as clock frequency (MCFG removal gone wrong)
* h01x: translate some comments from Chinese to English
* snes/sfx: trampoline constructors should be private
Diffstat (limited to 'src/devices/bus/snes/sfx.h')
-rw-r--r-- | src/devices/bus/snes/sfx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/snes/sfx.h b/src/devices/bus/snes/sfx.h index 50a6583a155..54df5a8018b 100644 --- a/src/devices/bus/snes/sfx.h +++ b/src/devices/bus/snes/sfx.h @@ -12,11 +12,10 @@ class sns_rom_superfx_device : public sns_rom_device { -public: +protected: // construction/destruction sns_rom_superfx_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); -protected: // device-level overrides virtual void device_start() override; virtual void device_reset() override; |