Go to file
Aaron Giles e22fd1b2c7 Moved auto-finding code down into the device_t object so it can be more
broadly used.

Added memory interface to the intelfsh device so you can access/view the
data in the debugger and via the standard memory interfaces. Removed the
old memory() method in favor of new functions read_raw()/write_raw() which
do direct reads/writes of the data.

Cleaned up CPS3 No-CD sets to break up the "ROMs" into individual flash
pieces which are automatically loaded by the intelfsh device on initialization.
Also split the MACHINE_CONFIG to only populate the number of SIMMs actually
present for each game, as documented in the top of the file. And replaced
the NVRAM_HANDLER with an NVRAM device.
2010-09-14 09:54:56 +00:00
docs Changed behavior of -watchdog option to act like a real watchdog. It now 2009-12-24 02:52:17 +00:00
src Moved auto-finding code down into the device_t object so it can be more 2010-09-14 09:54:56 +00:00
.gitattributes Removed obsolete code detected by the dependency analyzer. 2010-09-14 01:16:38 +00:00
makefile New build tool makedep.c, derived from src2html.c (really!). 2010-09-14 01:15:26 +00:00