summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dirom.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-3/+0
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-5/+8
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+7
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-7/+9
* Moderate overhaul of device_rom_interface (nw) AJR2017-12-101-9/+7
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move SEI80BU encryption out of the SEIBU_SOUND device and make it a device of... AJR2016-11-251-0/+6
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-9/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-0/+3
* dirom: Resist to out-of-bounds bank numbers [O. Galibert] Olivier Galibert2016-09-061-1/+1
* dirom,okim6295: Add/fix banking support. Better okim fix post-release [O. Ga... Olivier Galibert2016-08-251-0/+6
* dirom: device_rom_interface for sound chips with rom/memory map alternative [... Olivier Galibert2016-08-151-0/+46