mirror of
https://github.com/holub/mame
synced 2025-05-09 15:51:48 +03:00
![]() type safety. If legacy devices still use inline data, those types are not checked. However, new devices no longer have access to the generic m_inline_data. Instead their MDRV_* macros should map to calls to static functions in the device config class which downcast a generic device_config to the specific device config, and then set the appropriate values. This is not to be done inline in order to prevent further code bloat in the constructors. See eeprom/7474/i2cmem/okim6295 for examples. #ifdef'ed several unused machine driver definitions that weren't referenced. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |