summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/apexc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* -cpu/cp1610, cubeqcpu, dsp32, e0c6s46, hd61700: Removed MCFG macros. [Ryan Ho... mooglyguy2018-12-161-6/+0
* -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-161-2/+2
* devcb3 Vas Crabb2018-07-071-2/+2
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-13/+5
* cpu/apexc: Replace single-location tape I/O space with callbacks (nw) AJR2018-01-142-8/+29
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-20/+50
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-9/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-242-5/+5
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-213-15/+4
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-15/+4
* | 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
* Changed the apexc disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-14/+24
* 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-282-43/+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-223-36/+36
* disassembly window fixes (nw) smf-2016-10-191-0/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-022-6/+6
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* override part 2 (nw) Miodrag Milanovic2015-12-051-13/+13
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-082-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-0/+1144