summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/clipper (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* clipper: migrate to softfloat3 (nw) Patrick Mackinlay2019-10-252-90/+88
* 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-062-7/+7
* interpro: CLIX boots (on the ip2000) (#3730) Patrick Mackinlay2018-07-053-30/+98
* 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-122-0/+10
* clipper: minor improvements (nw) (#3400) Patrick Mackinlay2018-03-302-164/+204
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* interpro: various improvements Patrick Mackinlay2018-02-275-302/+453
* interpro: cpu and mmu improvements Patrick Mackinlay2017-11-273-516/+752
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-90/+117
* clipper: no unions (nw) Patrick Mackinlay2017-11-172-126/+94
* clipper: floating point improvements Patrick Mackinlay2017-11-172-164/+410
* 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-052-40/+97
* 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-102-3/+3
* interpro: serial dma [P. Mackinlay] Patrick Mackinlay2017-07-101-14/+10
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-10/+6
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* minor fixes Patrick Mackinlay2017-06-201-1/+1
* added cpu id support Patrick Mackinlay2017-06-072-13/+27
* fix some log messages Patrick Mackinlay2017-05-231-2/+2
* tidy up Patrick Mackinlay2017-05-191-3/+3
* Merge remote-tracking branch 'refs/remotes/mamedev/master' into interpro Patrick Mackinlay2017-05-192-202/+199
|\
| * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-56/+54
| * clipper: Scope down enums (nw) AJR2017-04-121-153/+153
* | revert to mcga, fix headers Patrick Mackinlay2017-05-191-4/+5
* | Merge remote-tracking branch 'refs/remotes/mamedev/master' into interpro Patrick Mackinlay2017-05-183-78/+80
|\|
| * 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-193-72/+72
| * fix clipper cpu build. Felipe CorrĂȘa da Silva Sanches2017-01-251-0/+2
* | expand cammu skeletons Patrick Mackinlay2017-02-071-1/+1
|/
* clipper: portableize compile, reenable ip2800 driver (nw) arbee2017-01-241-12/+38
* Fixed numerous compile errors (nw) Robbbert2017-01-251-4/+4
* tidy up for pull request Patrick Mackinlay2017-01-243-352/+317
* tidy up for release Patrick Mackinlay2017-01-241-17/+38
* split instruction/data, fix unaligned insn fetch Patrick Mackinlay2017-01-182-83/+82
* initial sga and mmu support Patrick Mackinlay2017-01-171-0/+2
* fix instruction fetch alignment Patrick Mackinlay2017-01-171-4/+16
* preparation for tlb/mmu support Patrick Mackinlay2017-01-162-16/+13
* more minor tidy Patrick Mackinlay2017-01-131-53/+54
* minor tidy Patrick Mackinlay2017-01-131-12/+14
* improved condition codes, removed bitfields Patrick Mackinlay2017-01-132-252/+282