summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-8/+8
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* h8: Make debug PC adjustment and breakpoints actually work AJR2019-10-032-7/+14
* h8: Disassembly improvements AJR2019-09-025-31/+51
* Add dump and skeleton device for Philips CDD2000 CD-R [Cyberia/2 Filebase] AJR2019-07-242-3/+0
* h83002, h83003, h83006, h83008, h83048: Add configuration option to restrict ... AJR2019-07-2114-460/+496
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-061-2/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+0
* vl70: Hookup inputs [O. Galibert] Olivier Galibert2019-03-211-0/+3
* -cpu/h8: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-163-23/+4
* h8: Internal MCFG elimination (nw) AJR2018-12-0919-373/+389
* mu100: complete the midi ports, remove the gross hacks (nw) Olivier Galibert2018-12-071-2/+0
* h8_watchdog: Blah blah blah, side effects blah (nw) AJR2018-12-031-4/+7
* mu100: Make some noise [O. Galibert] Olivier Galibert2018-11-052-6/+3
* h8: H8/3003 support [R. Belmont] arbee2018-08-022-0/+378
* devcb3 Vas Crabb2018-07-072-4/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-089-14/+14
* diexec: Interrupt API changes (nw) AJR2018-05-182-0/+6
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-209-952/+961
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-258-12/+12
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-159-32/+32
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-8/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1226-35/+35
* Misc stuff (nw) Olivier Galibert2018-01-271-1/+0
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-179-9/+9
* srcclean and manual cleanups (nw) Vas Crabb2017-12-244-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-294-4/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2617-363/+552
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-5/+6
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-3118-465/+420
* srcclean (nw) Vas Crabb2017-05-281-3/+3
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-229-9/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1444-527/+360
* Fixed h8 instruction eepmov.b (used r4h instead of r4l) (#2253) BartmanAbyss2017-04-246-15/+233
* Self-registering devices prep: Vas Crabb2017-02-2718-53/+53
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-208-22/+12
* Changed the h8 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-192-56/+65
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2245-663/+663
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* srcclean and translation regeneration Vas Crabb2016-08-291-1/+1
* H8 SCI: improvements superctr2016-08-211-1/+6
* Change endianness of H8 ADC register superctr2016-08-201-1/+1
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-2/+2