summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/m6809.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for release Vas Crabb2023-04-231-2/+2
* m6809: Read reset vector during execute_run rather than device_reset to facil... AJR2023-04-081-2/+1
* add undocumented instructions and dissasembler (#11050) tim lindner2023-04-041-0/+6
* m6809/konami: add IMM_IM from hd6309 hap2022-12-181-2/+2
* 6x09 TFR / EXG Improvement (#10572) tim lindner2022-12-031-26/+49
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* taitogn: sianniv doesn't have zsg2 sound hap2020-07-051-1/+1
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-9/+7
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-4/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* MT #6810 & MT #6811 (nw) AJR2018-01-021-1/+1
* The great CoCo/Dragon clock correction (nw) AJR2017-12-301-12/+0
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+50
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-50/+2
* m6809: Note (nw) AJR2017-12-101-0/+9
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-2/+41
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-26/+4
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-7/+10
* 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-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* Sync pc & curpc, remove superfluous callimport()/callexport() on STATE_GENFLA... smf-2016-10-211-4/+22
* 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
* Cleanups and version bump Miodrag Milanovic2016-07-271-5/+5
* m6809: Improve debugging support for 6809/6309 cpus Erik G2016-07-121-21/+28
* Further IRQ passthrough cleanup AJR2016-07-081-15/+0
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "some additional (nw)" Miodrag Milanovic2016-01-201-1/+1
* some additional (nw) Miodrag Milanovic2016-01-161-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1