summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8
Commit message (Expand)AuthorAgeFilesLines
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-202-2/+2
* Attempt to get the number of input lines correct for CPUs. Aaron Giles2021-08-131-1/+1
* Merge branch 'master' into time-experiments2 Aaron Giles2021-06-042-0/+358
|\
| * cdr-254sh: Skeleton Olivier Galibert2021-05-102-0/+358
* | You know, if I'm nice enough to give you an accessor, please use it. Aaron Giles2021-04-241-1/+1
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-231-1/+1
|\|
| * h8: Fix disassembly of abs16 Olivier Galibert2021-04-131-1/+1
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-082-0/+345
|\|
| * h8: Add the h8/3032 Olivier Galibert2021-04-072-0/+345
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-262-2/+2
* | Require a timer ID for device's synchronize. Several people were calling sync... Aaron Giles2021-03-251-5/+5
* | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-242-2/+2
|/
* h8 watchdog: remove logging no really needed anymore Olivier Galibert2020-11-301-3/+0
* h8: Fix the watchdog read, fixes mu80 test mode Olivier Galibert2020-11-301-2/+2
* h8: fixed race condition in SCI where a new byte was written right before the... arbee2020-11-291-0/+4
* h8: fix shal2 Olivier Galibert2020-11-291-1/+1
* h8_intc.cpp: fix interpretation of IPR bits for the H8S CPUs. psr340 boots no... arbee2020-11-281-1/+1
* h8_dma: Preliminary support for short address mode AJR2020-11-174-31/+168
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* devices/cpu/h8/h8dma, devices/machine/generalplus_gpl16250soc, devices/machin... Ivan Vangelista2020-07-041-0/+1
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-1838-314/+314
* h8s2000: Allow ANDC, ORC and XORC operations on EXR; correct disassembly for ... AJR2020-06-143-4/+22
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-11/+12
* 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