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
/
psx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-3
/
+3
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
2
-3
/
+3
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-6
/
+6
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
6
-43
/
+38
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-2
/
+2
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
2
-2
/
+3
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
2
-3
/
+3
*
Improve psx state saving (nw)
smf-
2017-12-31
1
-0
/
+6
*
forgot to update year (nw)
smf-
2017-12-29
2
-2
/
+2
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
2
-2
/
+2
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
6
-461
/
+155
*
Implemented program counter break point to PlayStation CPU & re-added PlaySta...
smf-
2017-09-22
3
-760
/
+799
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
2
-3
/
+3
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
2
-1
/
+7
*
devices/cpu to device_add_mconfig (nw)
Ivan Vangelista
2017-05-31
2
-12
/
+7
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
15
-244
/
+257
*
Device validation fixes: all the rest (nw)
AJR
2017-03-03
1
-3
/
+3
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-2
/
+2
*
fix MSVC build (nw)
smf-
2017-02-28
2
-3
/
+1
*
Self-registering devices prep:
Vas Crabb
2017-02-27
7
-24
/
+22
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
10
-7
/
+3
*
Merge pull request #1317 from npwoods/disasm_stdstring
Vas Crabb
2016-11-21
3
-14
/
+5
|
\
|
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-14
/
+5
*
|
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-2
/
+2
|
/
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-2
/
+2
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-2
/
+2
*
Changed the PSXCPU disassembler to use 'std::ostream &' internally
Nathan Woods
2016-11-17
2
-126
/
+145
*
Put the declaration of dasmmips3() in a header file
Nathan Woods
2016-11-16
1
-1
/
+0
*
No need for osd_malloc, osd_malloc_array and osd_free (nw)
Miodrag Milanovic
2016-11-11
1
-28
/
+0
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
16
-563
/
+563
*
fix dismips building (nw)
smf-
2016-10-08
2
-3
/
+3
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-0
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+0
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-0
/
+1
*
fix buffer overflow when debugging. (nw)
smf-
2016-09-14
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-4
/
+4
*
Fix build on MSVC thanks to Rene, also fix debug_break crashes
therealmogminer@gmail.com
2016-06-08
1
-1
/
+1
*
CW33300 is the CoreWare library partnumber, LR33300 is a physical chip. MDEC ...
smf-
2016-06-08
1
-1
/
+3
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-1
/
+1
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-3
/
+3
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
12
-41
/
+41
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
4
-4
/
+4
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
4
-4
/
+4
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
12
-41
/
+41
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
2
-2
/
+2
*
remove const (nw)
Miodrag Milanovic
2016-01-11
2
-2
/
+2
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
2
-2
/
+2
[next]