mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Device types need actual definitions (nw)
This commit is contained in:
parent
35dfa53724
commit
9fa75c9f5a
@ -66,6 +66,8 @@ enum
|
|||||||
DEFINE_DEVICE_TYPE(I8255, i8255_device, "i8255", "Intel 8255 PPI")
|
DEFINE_DEVICE_TYPE(I8255, i8255_device, "i8255", "Intel 8255 PPI")
|
||||||
decltype(I8255) I8255A = I8255;
|
decltype(I8255) I8255A = I8255;
|
||||||
|
|
||||||
|
DEFINE_DEVICE_TYPE(AMS40489_PPI, ams40489_ppi_device, "ams40489_ppi", "Amstrad AMS40489 PPI")
|
||||||
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// INLINE HELPERS
|
// INLINE HELPERS
|
||||||
|
Loading…
Reference in New Issue
Block a user