index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
cpu
/
clipper
/
clipper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-2
/
+3
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-1
/
+0
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
1
-2
/
+2
*
Interrupt callback rationalization
AJR
2023-03-11
1
-2
/
+2
*
eminline.h: Additions
AJR
2022-09-25
1
-34
/
+9
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
clipper, cammu: Initialize more members
AJR
2020-10-14
1
-0
/
+7
*
various drivers: READ/WRITE macros removal (nw)
Ivan Vangelista
2020-05-15
1
-1
/
+1
*
clipper: migrate to softfloat3 (nw)
Patrick Mackinlay
2019-10-25
1
-73
/
+73
*
interpro: devcb3 goodness (nw) (#3737)
Patrick Mackinlay
2018-08-07
1
-109
/
+160
*
(nw) Fixed the build.... hopefully
Robbbert
2018-07-06
1
-3
/
+3
*
clipper: minor bugfix (nw) (#3731)
Patrick Mackinlay
2018-07-06
1
-5
/
+5
*
interpro: CLIX boots (on the ip2000) (#3730)
Patrick Mackinlay
2018-07-05
1
-18
/
+80
*
interpro: lle keyboard working (#3608)
Patrick Mackinlay
2018-05-25
1
-1
/
+1
*
clipper: two more instructions (nw)
Patrick Mackinlay
2018-05-09
1
-5
/
+15
*
interpro: minor changes (nw)
Patrick Mackinlay
2018-04-12
1
-0
/
+9
*
clipper: minor improvements (nw) (#3400)
Patrick Mackinlay
2018-03-30
1
-161
/
+187
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-2
/
+2
*
interpro: various improvements
Patrick Mackinlay
2018-02-27
1
-194
/
+318
*
interpro: cpu and mmu improvements
Patrick Mackinlay
2017-11-27
1
-395
/
+539
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-2
/
+3
*
clipper: no unions (nw)
Patrick Mackinlay
2017-11-17
1
-119
/
+87
*
clipper: floating point improvements
Patrick Mackinlay
2017-11-17
1
-149
/
+373
*
Explicitly allow floating point values for state registers
AJR
2017-10-13
1
-2
/
+0
*
Temporarily remove floating-point state registration (nw)
AJR
2017-10-13
1
-0
/
+2
*
clipper: interrupt handling fixes
Patrick Mackinlay
2017-09-05
1
-34
/
+80
*
clipper: popw fix (nw)
Patrick Mackinlay
2017-07-20
1
-1
/
+2
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-9
/
+5
*
minor fixes
Patrick Mackinlay
2017-06-20
1
-1
/
+1
*
added cpu id support
Patrick Mackinlay
2017-06-07
1
-12
/
+10
*
fix some log messages
Patrick Mackinlay
2017-05-23
1
-2
/
+2
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-16
/
+40
*
fix some device validation errors, also fix uninitialised members in some dev...
Vas Crabb
2017-03-03
1
-3
/
+3
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-3
/
+3
*
srcclean (nw)
Vas Crabb
2017-02-19
1
-62
/
+62
*
clipper: portableize compile, reenable ip2800 driver (nw)
arbee
2017-01-24
1
-12
/
+38
*
tidy up for pull request
Patrick Mackinlay
2017-01-24
1
-310
/
+253
*
split instruction/data, fix unaligned insn fetch
Patrick Mackinlay
2017-01-18
1
-81
/
+78
*
fix instruction fetch alignment
Patrick Mackinlay
2017-01-17
1
-4
/
+16
*
preparation for tlb/mmu support
Patrick Mackinlay
2017-01-16
1
-15
/
+13
*
improved condition codes, removed bitfields
Patrick Mackinlay
2017-01-13
1
-152
/
+172
*
improved register handling
Patrick Mackinlay
2017-01-12
1
-223
/
+229
*
arithmetic shift flags
Patrick Mackinlay
2017-01-12
1
-0
/
+32
*
fixed logical shifts, removed unneeded int32_t casts
Patrick Mackinlay
2017-01-11
1
-22
/
+22
*
implement condition codes for rot and shl
Patrick Mackinlay
2017-01-11
1
-0
/
+14
*
tidy up bitfield naming
Patrick Mackinlay
2017-01-09
1
-228
/
+228
*
more interrupt handling improvements
Patrick Mackinlay
2017-01-04
1
-6
/
+0
*
improved nmi/irq handling
Patrick Mackinlay
2017-01-04
1
-25
/
+38
[next]