summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809
Commit message (Expand)AuthorAgeFilesLines
...
* Debugger feature improvements AJR2022-03-271-42/+42
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-062-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* m6809: Fix regression in RTI timing AJR2021-02-091-4/+4
* m6809: Fix syntax errors AJR2021-02-082-2/+3
* m6809: Improve accuracy of dummy fetch patterns AJR2021-02-082-23/+48
* m6809: Partially qualify the dummy cycles Olivier Galibert2021-02-083-59/+184
* taitogn: sianniv doesn't have zsg2 sound hap2020-07-051-1/+1
* -m6809: Still perform an IRQ acknowledge cycle on software interrupts. Fixes ... Ryan Holtz2020-07-052-0/+4
* sothello: simplify maincpu-subcpu comms, game works again hap2020-07-031-2/+2
* Typoed the 6809 (nw) Olivier Galibert2020-05-251-2/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-11/+9
* m6809/konami.ops: Fixed broken ROLD/RORD opcodes [RndMnkIII] hap2020-05-191-2/+2
* nw: 6309 fix my fix tim lindner2020-05-061-5/+5
* Update hd6309.ops tim lindner2020-05-051-1/+0
* Get rid of deprecated universal newlines open flag in Python scripts (io modu... Vas Crabb2019-12-091-2/+3
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-11/+11
* (nw) Clean up the mess on master Vas Crabb2019-03-262-13/+15
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-15/+13
* Fix for 6809 disassembly (#4753) tomctomc2019-03-142-13/+15
* -mb88xx, m6809, konami: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-152-11/+2
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-1/+1
* m6809: Disassembly tweaks AJR2018-07-241-2/+8
* devcb3 Vas Crabb2018-07-072-2/+2
* diexec: Interrupt API changes (nw) AJR2018-05-181-0/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-5/+5
* Reshuffle some stuff: Vas Crabb2018-03-285-5/+5
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-256-9/+9
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-152-4/+4
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-5/+5
* m6809: Fix disassembly of relative instructions AJR2018-01-081-2/+2
* MT #6810 & MT #6811 (nw) AJR2018-01-022-2/+2
* The great CoCo/Dragon clock correction (nw) AJR2017-12-302-22/+0
* 6x09dasm: SWI2 is not HD6309-exclusive (nw) AJR2017-12-261-1/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-134-16/+107
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-134-107/+16
* m6809: Note (nw) AJR2017-12-101-0/+9
* hd6309: Create HD6309E variant that fixes ajax regression (nw) AJR2017-12-092-3/+27
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-082-13/+71
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-3/+3
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-268-273/+271
* m6809: fix overflow flag problem with SBC8 and ADC8 (nw) hap2017-10-181-9/+9
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-4/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-8/+11
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-33/+29
* Self-registering devices prep: Vas Crabb2017-02-273-4/+4
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-1/+1
* Fixing comment Nathan Woods2017-01-091-1/+1