Device types need actual definitions (nw)

This commit is contained in:
AJR 2018-07-11 22:33:02 -04:00
parent 35dfa53724
commit 9fa75c9f5a

View File

@ -66,6 +66,8 @@ enum
DEFINE_DEVICE_TYPE(I8255, i8255_device, "i8255", "Intel 8255 PPI")
decltype(I8255) I8255A = I8255;
DEFINE_DEVICE_TYPE(AMS40489_PPI, ams40489_ppi_device, "ams40489_ppi", "Amstrad AMS40489 PPI")
//**************************************************************************
// INLINE HELPERS