summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dirom.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+183
* dirom.cpp: add missing license header (nw) hap2018-03-241-0/+3
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-9/+0
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-8/+12
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-12/+8
* Moderate overhaul of device_rom_interface (nw) AJR2017-12-101-8/+12
* 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-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+4
* Move SEI80BU encryption out of the SEIBU_SOUND device and make it a device of... AJR2016-11-251-1/+12
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* srcclean (nw) Vas Crabb2016-09-261-1/+0
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-0/+5
* dirom: Resist to out-of-bounds bank numbers [O. Galibert] Olivier Galibert2016-09-061-4/+10
* srcclean and translation regeneration Vas Crabb2016-08-291-3/+3
* dirom fixes (nw) Olivier Galibert2016-08-271-1/+2
* dirom,okim6295: Add/fix banking support. Better okim fix post-release [O. Ga... Olivier Galibert2016-08-251-7/+29
* dirom: Make robust to too big roms Olivier Galibert2016-08-161-28/+32
* dirom: device_rom_interface for sound chips with rom/memory map alternative [... Olivier Galibert2016-08-151-0/+55