summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* Spring cleaning: Vas Crabb2019-11-014-46/+36
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* alto2: Use device finders for Diablo HDs (nw) AJR2019-08-213-13/+3
* alto2: Make another thing into a callback (nw) AJR2019-08-213-27/+9
* alto2: Properly internalize address maps, likely fixing regression (nw) AJR2019-08-211-3/+3
* alto2: Use callback for reading keyboard (nw) AJR2019-08-213-15/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+5
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+5
* fix MSVC (llvm toolset) compile (nw) Peter Ferrie2019-01-061-5/+5
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-202-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-44/+44
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-50/+53
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Grammar police (nw) Olivier Galibert2018-02-243-14/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-6/+6
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-265-37/+62
* 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-11/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-3/+5
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-023-16/+14
* Self-registering devices prep: Vas Crabb2017-02-272-8/+8
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1122-2/+20
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-244-6/+6
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-212-13/+1
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-202-13/+1
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-213-15/+18
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-193-18/+15
* Removing unused variable Nathan Woods2016-11-191-1/+0
* Changed the alto2 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-192-47/+63
* add virtual for consistency (nw) smf-2016-10-241-1/+1
* removed unnecessary callimport() on A2_TASK, removed unnecessary formatstr() ... smf-2016-10-242-5/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2225-488/+488
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+2
* srcclean and translation regeneration Vas Crabb2016-08-296-78/+78
* alto2: Refactor videotiming + use attoseconds_t Juergen Buchmueller2016-08-197-104/+111
* alto2: oops - disable a2ram printfs Juergen Buchmueller2016-08-131-3/+3
* alto2: refactor display and CROM/RAM config (nw) Juergen Buchmueller2016-08-1311-365/+372
* alto2: remove member function pointers jbu2016-08-0814-237/+477
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
* alto2: remove more cruft and fix comments jbu2016-08-0612-154/+237
* alto2: replace decoded MIR bit fields jbu2016-08-035-65/+53
* alto2: fix i/o memory read; reduce frame rate jbu2016-08-032-25/+41
* alto2: remove extra screen buffer jbu2016-08-032-45/+29
* alto2: further cleanup + remove cruft jbu2016-08-0310-493/+150
* alto2: add speaker sound jbu2016-07-304-11/+21
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1