summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Display correct software load messages depending of supported attribute value... Miodrag Milanovic2012-08-121-0/+1
* Made UI for BIOS selection where applicable, and moved info about current Miodrag Milanovic2012-04-301-6/+0
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-13/+2
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-2/+3
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-5/+0
* nvram - in case of multiple bioses, system nvram will be saved in [Miodrag M... Miodrag Milanovic2011-07-061-0/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-3/+4
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-9/+0
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-7/+4
* Added information screen output for any game known to have bad or missing dat... Scott Stone2011-02-101-1/+4
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-0/+2
* softlists: added WARNING if loading a software with supported="partial" or "n... Fabio Priuli2011-01-141-1/+1
* romload.c: added support for split set to softlist (for cart, cd and hd) [Fab... Fabio Priuli2011-01-131-0/+5
* Added CHD support in softlists [Miodrag Milanovic] Miodrag Milanovic2011-01-101-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-4/+4
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-3/+0
* Added back software list support in emu core, and update 6510 and SM8500 cpu ... Miodrag Milanovic2010-06-131-0/+4
* 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