diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/c64_bn1541.h | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/c64_bn1541.h')
-rw-r--r-- | src/mess/machine/c64_bn1541.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/c64_bn1541.h b/src/mess/machine/c64_bn1541.h index bceaa6122ca..5919b82e10f 100644 --- a/src/mess/machine/c64_bn1541.h +++ b/src/mess/machine/c64_bn1541.h @@ -44,8 +44,8 @@ protected: // ======================> c64_bn1541_device class c64_bn1541_device : public device_t, - public device_c64_user_port_interface, - public device_c64_floppy_parallel_interface + public device_c64_user_port_interface, + public device_c64_floppy_parallel_interface { public: // construction/destruction |