summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6800.cpp
Commit message (Expand)AuthorAgeFilesLines
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-5/+5
* Reshuffle some stuff: Vas Crabb2018-03-281-6/+6
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-8/+8
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* m6800, m6801: Error logging fixups (nw) AJR2018-01-041-3/+3
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-16/+8
* MC6800 LSR/ROR/ASR instructions set overflow flag to N XOR C (MT #6624) AJR2017-07-141-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* m6800: Document more types (nw) AJR2017-07-061-5/+9
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-8/+10
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-261-1204/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-37/+28
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-211-16/+16
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-16/+16
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-9/+9
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-9/+9
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-47/+47
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* Further IRQ passthrough cleanup AJR2016-07-081-10/+0
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Added ldax_imm and stax_imm for NCS CPU core, used by Night Gal Summer, nw angelosa2016-02-041-2/+2
* reverting: Miodrag Milanovic2016-01-201-36/+36
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-36/+36
* 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
* clang-modernize part 3 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1817