mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
![]() constructor and a static allocation function. Changed MDRV_DRIVER_DATA to reference driver_data::alloc instead of just providing a size. This function is called to allocate the driver data. This allows objects to be embedded in the state data and be properly initialized. Ideally, new driver_data constructors should perform initialization actions in the constructor, but for now most just use auto_alloc_clear() to blast everything to zero. Moved driver data allocation after device list construction so that devices can be found when the driver data is constructed. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |