summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/clipper/clipper.cpp
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-2/+3
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-2/+2
* Interrupt callback rationalization AJR2023-03-111-2/+2
* eminline.h: Additions AJR2022-09-251-34/+9
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* clipper, cammu: Initialize more members AJR2020-10-141-0/+7
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-1/+1
* clipper: migrate to softfloat3 (nw) Patrick Mackinlay2019-10-251-73/+73
* interpro: devcb3 goodness (nw) (#3737) Patrick Mackinlay2018-08-071-109/+160
* (nw) Fixed the build.... hopefully Robbbert2018-07-061-3/+3
* clipper: minor bugfix (nw) (#3731) Patrick Mackinlay2018-07-061-5/+5
* interpro: CLIX boots (on the ip2000) (#3730) Patrick Mackinlay2018-07-051-18/+80
* interpro: lle keyboard working (#3608) Patrick Mackinlay2018-05-251-1/+1
* clipper: two more instructions (nw) Patrick Mackinlay2018-05-091-5/+15
* interpro: minor changes (nw) Patrick Mackinlay2018-04-121-0/+9
* clipper: minor improvements (nw) (#3400) Patrick Mackinlay2018-03-301-161/+187
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* interpro: various improvements Patrick Mackinlay2018-02-271-194/+318
* interpro: cpu and mmu improvements Patrick Mackinlay2017-11-271-395/+539
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-2/+3
* clipper: no unions (nw) Patrick Mackinlay2017-11-171-119/+87
* clipper: floating point improvements Patrick Mackinlay2017-11-171-149/+373
* Explicitly allow floating point values for state registers AJR2017-10-131-2/+0
* Temporarily remove floating-point state registration (nw) AJR2017-10-131-0/+2
* clipper: interrupt handling fixes Patrick Mackinlay2017-09-051-34/+80
* clipper: popw fix (nw) Patrick Mackinlay2017-07-201-1/+2
* 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-9/+5
* minor fixes Patrick Mackinlay2017-06-201-1/+1
* added cpu id support Patrick Mackinlay2017-06-071-12/+10
* fix some log messages Patrick Mackinlay2017-05-231-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+40
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* srcclean (nw) Vas Crabb2017-02-191-62/+62
* clipper: portableize compile, reenable ip2800 driver (nw) arbee2017-01-241-12/+38
* tidy up for pull request Patrick Mackinlay2017-01-241-310/+253
* split instruction/data, fix unaligned insn fetch Patrick Mackinlay2017-01-181-81/+78
* fix instruction fetch alignment Patrick Mackinlay2017-01-171-4/+16
* preparation for tlb/mmu support Patrick Mackinlay2017-01-161-15/+13
* improved condition codes, removed bitfields Patrick Mackinlay2017-01-131-152/+172
* improved register handling Patrick Mackinlay2017-01-121-223/+229
* arithmetic shift flags Patrick Mackinlay2017-01-121-0/+32
* fixed logical shifts, removed unneeded int32_t casts Patrick Mackinlay2017-01-111-22/+22
* implement condition codes for rot and shl Patrick Mackinlay2017-01-111-0/+14
* tidy up bitfield naming Patrick Mackinlay2017-01-091-228/+228
* more interrupt handling improvements Patrick Mackinlay2017-01-041-6/+0
* improved nmi/irq handling Patrick Mackinlay2017-01-041-25/+38