summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2
Commit message (Expand)AuthorAgeFilesLines
* -cpu/drcbearm64.cpp: More fixes and optimisations: Vas Crabb2025-03-142-30/+19
* New systems marked not working Ivan Vangelista2025-03-132-1/+12
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-6/+6
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* -heathzenith: Removed trivia file - content should be on wiki, etc. Vas Crabb2024-05-292-24/+20
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-211-2/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-6/+6
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-18/+10
* Use std::clamp in more source files AJR2021-08-151-2/+2
* cpu/alto2: Fixed allocation widths for decoded ROMs, and removed a bunch of r... Vas Crabb2021-06-228-82/+75
* Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-227-40/+29
* fmtowns: fix typo on prev commit hap2021-04-281-6/+6
* Miscellaneous clean-up. Vas Crabb2020-10-292-17/+17
* Get rid of a bunch of _Names - any name starting with an underscore followed ... Vas Crabb2020-08-2520-60/+60
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-188-109/+109
* 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