summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6800.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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