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
/
ns32000
/
ns32000.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
1
-51
/
+51
*
Revert "pc532: add floating-point unit"
hap
2024-02-28
1
-51
/
+51
*
pc532: add floating-point unit
Patrick Mackinlay
2024-02-28
1
-51
/
+51
*
ns32000: fix sfsr instruction decoding
Patrick Mackinlay
2024-02-16
1
-2
/
+2
*
ns32000: add support for ns32532
Patrick Mackinlay
2024-02-15
1
-432
/
+884
*
ns32k: housekeeping
Patrick Mackinlay
2024-02-11
1
-1
/
+1
*
ns32000: implement addp/subp instructions
Patrick Mackinlay
2024-01-11
1
-4
/
+72
*
dimemory: Add the target address space to translate, wrap the constants
Olivier Galibert
2023-03-18
1
-2
/
+3
*
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
1
-4
/
+4
*
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
1
-4
/
+40
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+1
*
ns32000: rework exception handling
Patrick Mackinlay
2022-02-24
1
-67
/
+90
*
ns32000: add ns32332
Patrick Mackinlay
2022-02-22
1
-76
/
+261
*
debugger: Extended target address syntax to include device/address space. (#8...
Vas Crabb
2021-10-01
1
-10
/
+18
*
ns32082: implement program flow trace support
Patrick Mackinlay
2021-07-28
1
-4
/
+4
*
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
*
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
1
-313
/
+572
*
ns32000: correct operand read/write bus space
Patrick Mackinlay
2021-05-10
1
-94
/
+95
*
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
1
-196
/
+262
*
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
1
-200
/
+185
*
ns32000: undefined operation assumptions
Patrick Mackinlay
2020-10-06
1
-16
/
+27
*
ns32000: add slave processor interface
Patrick Mackinlay
2020-10-05
1
-310
/
+852
*
ns32000: templatize on data bus width
Patrick Mackinlay
2020-09-28
1
-30
/
+42
*
ns32000: implemented dei, corrected neg
Patrick Mackinlay
2020-09-10
1
-77
/
+118
*
ns32000: fix shift/rotate instruction decoding bug
Patrick Mackinlay
2020-09-09
1
-9
/
+10
*
ns32000: more fixes, string instructions
Patrick Mackinlay
2020-09-09
1
-13
/
+102
*
ns32000: fix jump instruction
Patrick Mackinlay
2020-09-09
1
-1
/
+1
*
ns32000: Fix EXIT
AJR
2020-09-08
1
-1
/
+1
*
ns32000: initial cpu emulation
Patrick Mackinlay
2020-09-08
1
-76
/
+2108
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-0
/
+160
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-160
/
+0
*
srcclean (nw)
Vas Crabb
2019-03-24
1
-1
/
+1
*
ns32000: Skeleton CPU device with disassembler for NS32000 family.
Nigel Barnes
2019-03-23
1
-0
/
+160