summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6800.h
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-6/+5
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-261-177/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+22
* Fix 6800 invalid instructions length / Program counter behavior. (#2274) Jean-François DEL NERO2017-05-051-1/+3
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-8/+8
* add virtual for consistency (nw) smf-2016-10-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-64/+64
* Further IRQ passthrough cleanup AJR2016-07-081-3/+20
* Fixed DASM for the new opcodes, nw angelosa2016-02-091-3/+2
* Added opcode $b2, Night Gal Summer shows some garbage now angelosa2016-02-081-0/+1
* Added ldax_imm and stax_imm for NCS CPU core, used by Night Gal Summer, nw angelosa2016-02-041-0/+2
* reverting: Miodrag Milanovic2016-01-201-14/+14
* 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-14/+14
* 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
* override part 1 (nw) Miodrag Milanovic2015-12-051-24/+24
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+545