| Commit message (Expand) | Author | Age | Files | Lines |
| * | devices/cpu/h8/h8dma, devices/machine/generalplus_gpl16250soc, devices/machin... |  Ivan Vangelista | 2020-07-04 | 1 | -0/+1 |
| * | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -1/+1 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 38 | -314/+314 |
| * | h8s2000: Allow ANDC, ORC and XORC operations on EXR; correct disassembly for ... |  AJR | 2020-06-14 | 3 | -4/+22 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -11/+12 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 2 | -8/+8 |
| * | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -2/+2 |
| * | h8: Make debug PC adjustment and breakpoints actually work |  AJR | 2019-10-03 | 2 | -7/+14 |
| * | h8: Disassembly improvements |  AJR | 2019-09-02 | 5 | -31/+51 |
| * | Add dump and skeleton device for Philips CDD2000 CD-R [Cyberia/2 Filebase] |  AJR | 2019-07-24 | 2 | -3/+0 |
| * | h83002, h83003, h83006, h83008, h83048: Add configuration option to restrict ... |  AJR | 2019-07-21 | 14 | -460/+496 |
| * | devcb: Eliminate legacy callback syntax (nw) |  AJR | 2019-06-06 | 1 | -2/+0 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+3 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -3/+0 |
| * | vl70: Hookup inputs [O. Galibert] |  Olivier Galibert | 2019-03-21 | 1 | -0/+3 |
| * | -cpu/h8: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-16 | 3 | -23/+4 |
| * | h8: Internal MCFG elimination (nw) |  AJR | 2018-12-09 | 19 | -373/+389 |
| * | mu100: complete the midi ports, remove the gross hacks (nw) |  Olivier Galibert | 2018-12-07 | 1 | -2/+0 |
| * | h8_watchdog: Blah blah blah, side effects blah (nw) |  AJR | 2018-12-03 | 1 | -4/+7 |
| * | mu100: Make some noise [O. Galibert] |  Olivier Galibert | 2018-11-05 | 2 | -6/+3 |
| * | h8: H8/3003 support [R. Belmont] |  arbee | 2018-08-02 | 2 | -0/+378 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -4/+6 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 9 | -14/+14 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 2 | -0/+6 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -4/+4 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 9 | -952/+961 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 8 | -12/+12 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 9 | -32/+32 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -8/+8 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 26 | -35/+35 |
| * | Misc stuff (nw) |  Olivier Galibert | 2018-01-27 | 1 | -1/+0 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 9 | -9/+9 |
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 4 | -4/+4 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 4 | -4/+4 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 17 | -363/+552 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -5/+6 |
| * | devices/cpu to device_add_mconfig (nw) |  Ivan Vangelista | 2017-05-31 | 18 | -465/+420 |
| * | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -3/+3 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 9 | -9/+9 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 44 | -527/+360 |
| * | Fixed h8 instruction eepmov.b (used r4h instead of r4l) (#2253) |  BartmanAbyss | 2017-04-24 | 6 | -15/+233 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 18 | -53/+53 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 8 | -22/+12 |
| * | Changed the h8 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-19 | 2 | -56/+65 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 45 | -663/+663 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+1 |
| * | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+1 |