mame/src
Aaron Giles 8c9f7cbc76 Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a
device to provide a set of ROM regions to be loaded along with the game
ROMs. It is expected that most regions defined for devices will use the
ROMREGION_LOADBYNAME flag to enable the ROMs to live in a central location.

Added new device interface selector: DEVINFO_PTR_MACHINE_CONFIG. This allows
a device to specify a partial machine driver which is appended to the end of
the machine driver for any game using that device. The intention for this is
to allow devices which have their own BIOS logic to specify CPUs and other
characteristics common to all systems using the device.

Added new ROMREGION flag: ROMREGION_LOADBYNAME, which means that if the ROMs
in that region are not found in the usual driver files, then the name of the
region will be used as a driver filename for loading.

Extended the ldcore interface structure to allow each player type to provide
its own ROM region and partial machine driver.

Moved preliminary PR-8210 emulation code from ldplayer.c to ldpr8210.c. It
is currently disabled behind the EMULATE_PR8210_ROM compile time flag.
2008-09-06 06:36:32 +00:00
..
build From: Atari Ace [mailto:atari_ace@verizon.net] 2008-06-26 15:27:12 +00:00
emu Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a 2008-09-06 06:36:32 +00:00
ldplayer Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a 2008-09-06 06:36:32 +00:00
lib Cleanups and version bump. 2008-08-28 15:26:11 +00:00
mame Changes to magic10 driver. 2008-09-06 05:24:37 +00:00
osd Cleanups and version bump. 2008-08-28 15:26:11 +00:00
tools Fixed bug when writing AVI files with more than one RIFF chunk. 2008-08-21 04:18:12 +00:00
version.c Cleanups and version bump. 2008-09-04 15:31:56 +00:00