more incorrect names fixed (nw)

This commit is contained in:
smf- 2017-05-14 21:17:21 +01:00
parent 3607ecbd45
commit e141a1c3b7
2 changed files with 5 additions and 5 deletions

View File

@ -172,7 +172,7 @@ protected:
// device type definition
extern const device_type ELECTRON_EXPANSION_SLOT;
DECLARE_DEVICE_TYPE(ELECTRON_EXPANSION_SLOT, electron_expansion_device)
DECLARE_DEVICE_TYPE(ELECTRON_EXPANSION_SLOT, electron_expansion_slot_device)
SLOT_INTERFACE_EXTERN( electron_expansion_devices );

View File

@ -22,11 +22,11 @@
// NEC VR4300 series is MIPS III with 32-bit address bus and slightly custom COP0/TLB
DECLARE_DEVICE_TYPE(VR4300BE, r4300be_device)
DECLARE_DEVICE_TYPE(VR4300LE, r4300le_device)
DECLARE_DEVICE_TYPE(VR4300BE, vr4300be_device)
DECLARE_DEVICE_TYPE(VR4300LE, vr4300le_device)
// VR4310 = VR4300 with different speed bin
DECLARE_DEVICE_TYPE(VR4310BE, r4310be_device)
DECLARE_DEVICE_TYPE(VR4310LE, r4310le_device)
DECLARE_DEVICE_TYPE(VR4310BE, vr4310be_device)
DECLARE_DEVICE_TYPE(VR4310LE, vr4310le_device)
DECLARE_DEVICE_TYPE(R4600BE, r4600be_device)
DECLARE_DEVICE_TYPE(R4600LE, r4600le_device)
DECLARE_DEVICE_TYPE(R4650BE, r4650be_device)