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
/
emu
/
cpu
/
psx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
17
-8275
/
+0
*
namco system 10 checkpoint, startrgn does a new flash access and
Olivier Galibert
2015-08-20
2
-1
/
+11
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-4
/
+4
*
Sorted out cpu cores (nw)
Miodrag Milanovic
2015-05-13
1
-2
/
+2
*
did change for smf (nw)
Miodrag Milanovic
2015-05-12
15
-15
/
+15
*
Added known authors to licenses tags (nw)
Miodrag Milanovic
2015-05-09
15
-15
/
+15
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-4
/
+4
*
some state_save_register_item removal (nw)
Ivan Vangelista
2015-04-20
1
-4
/
+4
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
2
-4
/
+4
*
save: Give the device when available to the state save subsystem [O. Galibert]
Olivier Galibert
2015-02-14
1
-5
/
+5
*
Description changes for assorted devices to improve readability/uniformity fr...
Scott Stone
2015-01-05
5
-6
/
+6
*
Convert PSX sio to use devcb. [smf]
smf-
2014-10-26
4
-150
/
+65
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
5
-36
/
+36
*
fix some warnings on older GCCs (e.g. OSX PPC) (nw)
R. Belmont
2014-05-04
1
-0
/
+3
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
2
-4
/
+4
*
Fixed linking. (nw)
Curt Coder
2014-03-26
1
-4
/
+4
*
fixed lui/ori and lui/addi constant calculation by pretending instructions ca...
smf-
2014-03-26
1
-1
/
+1
*
use an interface for passing state to the disassembler instead of copying it ...
smf-
2014-03-26
3
-33
/
+31
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-5
/
+5
*
READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw)
Miodrag Milanovic
2014-03-24
1
-8
/
+8
*
removed usage of machine().firstcpu (nw)
smf-
2014-03-15
1
-1
/
+2
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
made dismips build again, need to move functionality to unidasm (nw)
smf-
2013-12-09
2
-4
/
+3
*
asserted copyright (nw)
smf-
2013-11-02
17
-0
/
+34
*
Fix for mametesters 05216 by defaulting ram to 0. I don't know whether this i...
smf-
2013-10-20
1
-105
/
+106
*
stopped div 0x80000000, 0xffffffff from causing an overflow exception. All lo...
smf-
2013-10-06
1
-15
/
+21
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-1
/
+1
*
added undocumented opcode that behaves like DPCL [smf]
smf-
2013-09-10
2
-2
/
+4
*
removed some left-over TIMER_CALLBACK_MEMBER declarations (nw)
Oliver Stöneberg
2013-08-02
2
-3
/
+1
*
don't clear m_berr on every instruction (nw)
smf-
2013-07-10
1
-3
/
+6
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
2
-9
/
+9
*
Fix device duplicated name/descriptions (nw)
Miodrag Milanovic
2013-06-21
2
-5
/
+5
*
extended large amount of devices with shortname and source file data (nw)
Miodrag Milanovic
2013-06-21
6
-9
/
+9
*
updated comment (nw)
smf-
2013-05-28
1
-1
/
+1
*
slightly more defensive ram & rom mapping (nw)
smf-
2013-05-24
1
-17
/
+24
*
fixed GTE FLAG register calculation on MSVC builds (nw)
smf-
2013-05-24
1
-2
/
+20
*
Added a check for a bus error when fetching an instruction, the bus error con...
smf-
2013-05-23
2
-726
/
+740
*
Work around MSVC2008/2010 daftness -nw-
Phil Bennett
2013-05-16
1
-1
/
+1
*
Don't map more than 4mb of rom as it will overwrite ram. Only causes a proble...
smf-
2013-05-16
1
-0
/
+5
*
removed unused variable (nw)
smf-
2013-05-15
1
-2
/
+0
*
changed i/o to 16 bits and don't install memory handlers at run time (nw)
smf-
2013-05-15
2
-16
/
+60
*
use device timers instead of TIMER_CALLBACK_MEMBER (nw)
smf-
2013-05-15
4
-6
/
+8
*
PSX bios rom memory map is now handled by the CPU core as the size is control...
smf-
2013-05-04
2
-2
/
+63
*
Don't set E flag if the result rounds up to 2, just limit the result. [smf]
smf-
2013-05-02
1
-1
/
+6
*
Cleanups and version bump
mame0148u4
Miodrag Milanovic
2013-04-30
1
-1
/
+1
*
Changed default value of ram to zero. Some of the system 12 games compare ram...
smf-
2013-04-28
1
-0
/
+1
*
PSX CPU creates a ram device, this has exposed a problem with not removing th...
smf-
2013-04-26
2
-68
/
+21
*
changed loop detection hack to use address mask to stop it crashing, nfs vral...
smf-
2013-04-25
1
-3
/
+6
*
make it clearer that you can't write to LZCR (nw)
smf-
2013-04-25
1
-2
/
+1
[next]