summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/apexc/apexc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* 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-1/+1
* cpu/apexc: Replace single-location tape I/O space with callbacks (nw) AJR2018-01-141-6/+8
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-4/+4
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-211-2/+2
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-3/+2
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+3
* fixed ML state mask (nw) smf-2016-10-281-2/+2
* increase WS state mask to 4 bits, to match what the emulation does. (nw) smf-2016-10-281-1/+1
* sync pc/curpc/ml/ws (nw) smf-2016-10-281-36/+23
* 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-13/+13
* disassembly window fixes (nw) smf-2016-10-191-0/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-4/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* 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
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+866