summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800
Commit message (Expand)AuthorAgeFilesLines
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-152-9/+9
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-5/+5
* Grammar police (nw) Olivier Galibert2018-02-241-9/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-123-7/+8
* m6800, m6801: Error logging fixups (nw) AJR2018-01-042-27/+27
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-042-46/+46
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-26/+26
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-3/+3
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-266-152/+140
* More bizarre and inexplicable typos (nw) AJR2017-09-281-1/+1
* CPU M6800: CPX (compare X) instruction, fix behaviour of V flag #2. (nw) Quench02017-09-241-12/+16
* MC6800 LSR/ROR/ASR instructions set overflow flag to N XOR C (MT #6624) AJR2017-07-142-15/+29
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-104-6/+6
* 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-034-17/+16
* 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-266-1454/+1538
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-55/+50
* Fix 6800 invalid instructions length / Program counter behavior. (#2274) Jean-François DEL NERO2017-05-053-62/+78
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-2/+2
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-213-41/+32
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-41/+32
* | 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
* Changed the M6800 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-271-12/+21
* add virtual for consistency (nw) smf-2016-10-241-1/+1
* 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-224-268/+268
* 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-082-13/+20
* CPU M6800: CPX (compare X) instruction, fix behaviour of N and V flags. Quench02016-06-021-23/+24
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-013-2/+2
* consistency fixes and add missed files (nw) Miodrag Milanovic2016-03-042-2/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* Fixed DASM for the new opcodes, nw angelosa2016-02-094-24/+23
* Improved opcode $bb, added extra protection ports angelosa2016-02-091-5/+6
* Added opcode $b2, Night Gal Summer shows some garbage now angelosa2016-02-083-2/+14
* NCS8105 ADCX opcode is actually an ADDX, fixes gfx garbage in nightgal.cpp [A... angelosa2016-02-081-1/+2
* Added ldax_imm and stax_imm for NCS CPU core, used by Night Gal Summer, nw angelosa2016-02-044-4/+49
* reverting: Miodrag Milanovic2016-01-202-50/+50
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-8/+8
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-162-50/+50
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2