Previous 199869 Revisions Next

r15961 Thursday 12th April, 2012 at 05:03:16 UTC by Aaron Giles
Fixed bug where required shared pointers were not actually required.

Added optional/required_shared_ptr_array classes so that you can
populate an array of shared pointers. You provide a base tag name,
and each item in the array is populated with tag.n, where n is the
array index.

Updated a couple of drivers using arrays to either not use arrays
(where they weren't really providing any benefit) or to use the new
array classes.
[src/emu]device.c device.h
[src/mame/drivers]blitz68k.c bnstars.c hornet.c rabbit.c tmmjprd.c

Previous 199869 Revisions Next


© 1997-2024 The MAME Team