| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move SEI80BU encryption out of the SEIBU_SOUND device and make it a device ↵ | 2016-11-25 | 1 | -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 | 2016-11-19 | 1 | -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) | 2016-10-22 | 1 | -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) | 2016-09-26 | 1 | -1/+0 | |
| | | |||||
| * | okim6295: Directly use set_rom_bank [O. Galibert] | 2016-09-06 | 1 | -0/+5 | |
| | | | | | dirom: Add a mandatory callback on bank change [O. Galibert] | ||||
| * | dirom: Resist to out-of-bounds bank numbers [O. Galibert] | 2016-09-06 | 1 | -4/+10 | |
| | | |||||
| * | srcclean and translation regeneration | 2016-08-29 | 1 | -3/+3 | |
| | | |||||
| * | dirom fixes (nw) | 2016-08-27 | 1 | -1/+2 | |
| | | |||||
| * | dirom,okim6295: Add/fix banking support. Better okim fix post-release [O. ↵ | 2016-08-25 | 1 | -7/+29 | |
| | | | | | Galibert] | ||||
| * | dirom: Make robust to too big roms | 2016-08-16 | 1 | -28/+32 | |
| | | |||||
| * | dirom: device_rom_interface for sound chips with rom/memory map alternative ↵ | 2016-08-15 | 1 | -0/+55 | |
| [O. Galibert] | |||||
