index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
/
ns32000
Commit message (
Expand
)
Author
Age
Files
Lines
*
ns32081: avoid link failure due to inline virtual functions
Patrick Mackinlay
2025-01-24
1
-5
/
+4
*
ns32000: fix 32532 reset
Patrick Mackinlay
2024-12-13
1
-0
/
+7
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-0
/
+1
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-4
/
+4
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
ns32000: hook exceptions in debugger prior to entry
Patrick Mackinlay
2024-03-11
1
-4
/
+15
*
pc532: add floating-point unit
Patrick Mackinlay
2024-02-29
3
-99
/
+98
*
Revert "pc532: add floating-point unit"
hap
2024-02-28
3
-98
/
+99
*
pc532: add floating-point unit
Patrick Mackinlay
2024-02-28
3
-99
/
+98
*
ns32000: fix sfsr instruction decoding
Patrick Mackinlay
2024-02-16
2
-4
/
+4
*
ns32000: add support for ns32532
Patrick Mackinlay
2024-02-15
4
-476
/
+1023
*
ns32k: housekeeping
Patrick Mackinlay
2024-02-11
5
-9
/
+9
*
ns32000: implement addp/subp instructions
Patrick Mackinlay
2024-01-11
1
-4
/
+72
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-6
/
+0
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
2
-3
/
+4
*
Interrupt callback rationalization
AJR
2023-03-11
1
-8
/
+8
*
coretmpl.h: Add utility function for sign-extending values of arbitrary width
AJR
2022-11-01
2
-8
/
+8
*
ns32000: various virtual memory bug fixes
Patrick Mackinlay
2022-08-12
1
-44
/
+76
*
ns32000: always perform bus-sized writes to aligned memory
Patrick Mackinlay
2022-07-18
2
-5
/
+41
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+1
*
Debugger feature improvements
AJR
2022-03-27
1
-1
/
+3
*
ns32000: disassemble inss/extss length operand
Patrick Mackinlay
2022-03-04
1
-2
/
+2
*
ns32000: rework exception handling
Patrick Mackinlay
2022-02-24
2
-68
/
+91
*
ns32000: add ns32332
Patrick Mackinlay
2022-02-22
3
-84
/
+308
*
ns32000: support ns32332 disassembly
Patrick Mackinlay
2022-02-22
2
-3
/
+44
*
ns32000dasm.h: Fix clang error: extra qualification on member 'displacement_s...
AJR
2022-01-25
1
-1
/
+1
*
ns32000: show displacements as signed hexadecimal
Patrick Mackinlay
2022-01-26
2
-23
/
+36
*
debugger: Extended target address syntax to include device/address space. (#8...
Vas Crabb
2021-10-01
2
-11
/
+27
*
ns32082: implement program flow trace support
Patrick Mackinlay
2021-07-28
4
-7
/
+7
*
ns32000: fix smr instruction bug
Patrick Mackinlay
2021-07-28
1
-2
/
+2
*
ns32000: check destination is zero-extended
Patrick Mackinlay
2021-07-22
1
-5
/
+4
*
ns32000dasm: rewrite
Patrick Mackinlay
2021-07-16
2
-974
/
+538
*
ns32000: fix check instruction undefined behavior
Patrick Mackinlay
2021-07-16
1
-0
/
+4
*
Fix clang error: no case matching constant switch condition '1' [-Werror]
AJR
2021-06-04
1
-0
/
+6
*
ns32000: formatting
Patrick Mackinlay
2021-06-04
1
-1984
/
+1983
*
ns32000: prepare for mmu
Patrick Mackinlay
2021-06-04
3
-323
/
+609
*
ns32000: correct operand read/write bus space
Patrick Mackinlay
2021-05-10
2
-95
/
+96
*
ns32000: fix spr instruction
Patrick Mackinlay
2021-05-09
1
-29
/
+25
*
ns32000.cpp: Fix clang error: operator '?:' has lower precedence than '+'; '+...
AJR
2021-05-07
1
-8
/
+8
*
ns32000: bug fix
Patrick Mackinlay
2021-05-07
2
-197
/
+283
*
ns32000: disassembler fixes
Patrick Mackinlay
2021-05-05
1
-3
/
+3
*
ns32000: Initialize members
AJR
2020-11-02
1
-0
/
+15
*
ns32000: consume execution clock cycles
Patrick Mackinlay
2020-10-08
1
-19
/
+229
*
ns32000: one more bug fix
Patrick Mackinlay
2020-10-08
1
-1
/
+4
*
ns32000: many bug fixes
Patrick Mackinlay
2020-10-07
2
-200
/
+186
*
ns32000: avoid potential slave dependency issue
Patrick Mackinlay
2020-10-06
1
-1
/
+1
*
ns32000: undefined operation assumptions
Patrick Mackinlay
2020-10-06
1
-16
/
+27
*
ns32000: add slave processor interface
Patrick Mackinlay
2020-10-05
3
-317
/
+940
*
ns32000dasm: floating point fixes
Patrick Mackinlay
2020-10-05
2
-14
/
+36
*
ns32000: templatize on data bus width
Patrick Mackinlay
2020-09-28
2
-34
/
+47
[next]