summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.h
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-6/+5
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* > -----Original Message----- Aaron Giles2009-08-131-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+0
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Defined ROM_LOAD64_WORD/ROM_LOAD64_WORD_SWAP in emu/romload.h Phil Bennett2009-01-211-0/+3
* romload cleanups: Aaron Giles2009-01-021-8/+44
* Removed a couple of unnecessary typedefs from mamecore.h. Aaron Giles2009-01-021-19/+0
* Added the ability for a ROMset to specify a default BIOS. Use Aaron Giles2008-12-311-0/+3
* Added macros to access ROM and MACHINE_DRIVER by name. Curt Coder2008-11-261-1/+2
* cleaned up STV rom loading a bit davidhay2008-10-181-1/+3
* CPUs, sound chips, devices, and ROM-regions which are specified by devices Aaron Giles2008-09-081-2/+4
* Added concept of rom sources to the rom loader. Updated auditing, Aaron Giles2008-09-061-2/+7
* Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a Aaron Giles2008-09-061-0/+5
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-0/+2
* Moved several include files from mame/ to emu/, as they were Aaron Giles2008-08-131-0/+1
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-1/+1
* Added region and regionbytes fields to the deviceconfig, which are Aaron Giles2008-07-301-0/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-12/+9
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-95/+88
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-3/+3
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-11/+13
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+300