summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dirom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move SEI80BU encryption out of the SEIBU_SOUND device and make it a device ↵ AJR2016-11-251-1/+12
| | | | | | of its own Add MCFG_DEVICE_ROM to override region tag for device_rom_interface (nw)
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-6/+6
| | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* srcclean (nw) Vas Crabb2016-09-261-1/+0
|
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-0/+5
| | | | dirom: Add a mandatory callback on bank change [O. Galibert]
* 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. ↵ Olivier Galibert2016-08-251-7/+29
| | | | Galibert]
* 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
[O. Galibert]