Go to file
smf- d1b109625d "You have taken your first step into a larger world." ―Obi-Wan Kenobi
Converted PlayStation DMA to an internal device to the CPU core. DMA to external devices can be set in the machine config, the old calls are still there until the rest of the code is converted. [smf]

The following MAME core changes have been required to allow internal devices to be configurable by the main machine config & to work with internal memory maps.
 device.machine_config_additions() are now processed as soon as the device is added, so sub devices can be configured straight away. 
 replacing or removing a device removes any devices owned by the device being removed, as now they are added straight away.
 device_t::subdevice() uses the machine config device list instead of the machine to find the device as the machine is not created until after all the devices have been created.
 devices in an internal address map are assumed to be owned by the CPU, while devices in a standard address maps are assumed to be siblings of the CPU.


A code review and regression test would be a good idea.
2011-05-06 23:55:53 +00:00
docs Added support for OSD-generated fonts. The OSD is queried first to see 2010-10-24 00:16:54 +00:00
hash Blame Micko ... 2011-05-04 19:05:02 +00:00
src "You have taken your first step into a larger world." ―Obi-Wan Kenobi 2011-05-06 23:55:53 +00:00
.gitattributes "You have taken your first step into a larger world." ―Obi-Wan Kenobi 2011-05-06 23:55:53 +00:00
makefile Moved format handling and all formats to separate library [Miodrag Milanovic] 2011-05-06 19:42:26 +00:00