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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean-ups and version bump
Miodrag Milanovic
2012-07-30
16
-207
/
+207
*
that trick doesn't work with ADD (SUB is left-to-right, ADD is equal both ways)
Michaël Banaan Ananas
2012-07-29
1
-1
/
+1
*
msm5205.c: Preserve the documentation differences between MSM6585 & MSM5205 n...
Brian Troha
2012-07-29
1
-13
/
+33
*
v30mz.c: Getting rid of some typedefs and cleaning up a few things. (nw)
Wilbert Pol
2012-07-29
3
-104
/
+86
*
v30mz: Removed unneeded header file (nw)
Wilbert Pol
2012-07-29
2
-12
/
+0
*
added minimal support for MSM6585
Michaël Banaan Ananas
2012-07-29
3
-19
/
+49
*
Sync with MESS (nw)
Miodrag Milanovic
2012-07-28
1
-2
/
+3
*
cleanup ?-operator usage (should also fix the warnings found by firewave)
Michaël Banaan Ananas
2012-07-28
1
-17
/
+17
*
firewave's patch fixes more !-operator warnings
Michaël Banaan Ananas
2012-07-28
1
-1
/
+1
*
fix ?-operator warnings found by firewave
Michaël Banaan Ananas
2012-07-28
2
-2
/
+2
*
fixed assertion with new m6800 CPU types (no whatsnew)
Oliver Stöneberg
2012-07-28
1
-1
/
+3
*
MESS 15624
Michaël Banaan Ananas
2012-07-27
1
-16
/
+16
*
Fixed AMD/ASD opcodes in the F8 CPU core. Status flags are set before the dec...
Miodrag Milanovic
2012-07-27
1
-70
/
+139
*
removed unnecessary strlen() usage (no whatsnew)
Oliver Stöneberg
2012-07-27
9
-36
/
+36
*
removed some unused variable declarations from MACHINE_CONFIG_* macros (no wh...
Oliver Stöneberg
2012-07-27
1
-12
/
+0
*
Properly call va_end() before throwing exceptions in fatalerror functions (no...
Oliver Stöneberg
2012-07-27
1
-2
/
+4
*
fixed bogus if-condition in src/emu/cpu/cop400/cop410ds.c
Oliver Stöneberg
2012-07-27
1
-1
/
+1
*
fixed building with MSVC
smf-
2012-07-26
1
-2
/
+2
*
MSVC doesn't like classy structs, no idea if this breaks anything.
smf-
2012-07-26
1
-1
/
+1
*
ppc: Better fix for dword aligned 64-bit accesses. (nw)
Ville Linde
2012-07-26
1
-11
/
+18
*
ppc: Changed cap flags to UINT32 for future additions. (nw)
Ville Linde
2012-07-25
3
-5
/
+6
*
ppc: Exposed segment registers to the debugger.
Ville Linde
2012-07-25
2
-1
/
+69
*
ppc: Added optional callback for explicit data cache stores.
Ville Linde
2012-07-25
4
-0
/
+35
*
am9517a: sync with MESS changes (nw)
R. Belmont
2012-07-25
1
-2
/
+21
*
voodoo: Cleaned up Banshee 2D blitter code. (nw)
Ville Linde
2012-07-25
2
-60
/
+54
*
Remove redundant line. Also check to see if svn mail is restored now.
Aaron Giles
2012-07-24
1
-2
/
+0
*
Haze: fixed title screen in Fruit Dream
Angelo Salese
2012-07-24
2
-17
/
+30
*
Moved TMS9901/9902 from mess/machine into emu/machine subtree
Michael Zapf
2012-07-23
5
-0
/
+1718
*
ppcdrc.c: Split up dword-aligned 64-bit accesses to 32-bits. (nw)
Ville Linde
2012-07-23
1
-0
/
+24
*
Fix OS X Intel compilation
Phil Bennett
2012-07-23
1
-1
/
+1
*
Hooked up TC0091LVC device to Fruit Dream [Angelo Salese]
Angelo Salese
2012-07-23
1
-2
/
+2
*
Sync with MESS (nw)
R. Belmont
2012-07-23
1
-0
/
+53
*
fix soundlatch warning
Michaël Banaan Ananas
2012-07-23
1
-15
/
+15
*
dfruit hooks, and moved scrolling inside buffering, nw
Angelo Salese
2012-07-23
1
-14
/
+10
*
Ported TC0091LVC into a proper file
Angelo Salese
2012-07-23
3
-5
/
+475
*
tlcs900: Added support for TMP95C063. [Ville Linde]
Ville Linde
2012-07-22
2
-267
/
+1158
*
Add another subtype to 6800 core so that I can correctly define the CPU type ...
Scott Stone
2012-07-22
2
-0
/
+70
*
fixed constant overflow, 64 bit constants require U64() macro.
smf-
2012-07-22
1
-2
/
+2
*
Implemented a generic implementation to model discrete net lists. [Couriersud]
Couriersud
2012-07-22
5
-0
/
+2898
*
Small speedup for _get_profile_ticks. No WN.
Couriersud
2012-07-22
1
-5
/
+9
*
PORT_ADJUSTER now accepts PORT_MINMAX as well. [Couriersud]
Couriersud
2012-07-22
2
-1
/
+2
*
namcos21/gal3: Removed C140_TYPE_SYSTEM21_B banking. Correct sound banking (i...
Phil Bennett
2012-07-21
2
-25
/
+3
*
dsp32c changes: [Phil Bennett]
Phil Bennett
2012-07-21
3
-16
/
+66
*
sync with mess. no whatsnew.
Fabio Priuli
2012-07-20
1
-0
/
+1
*
some of the updates from Quench
Michaël Banaan Ananas
2012-07-19
1
-16
/
+20
*
update alu.d on lalk
Michaël Banaan Ananas
2012-07-18
1
-1
/
+2
*
small cleanup
Michaël Banaan Ananas
2012-07-18
1
-20
/
+6
*
fixed another carry/overflow flag edge case + fixed NORM opcode
Michaël Banaan Ananas
2012-07-18
1
-33
/
+16
*
fix edge cases with add/sub carry and overflow flag
Michaël Banaan Ananas
2012-07-18
1
-12
/
+10
*
Converted roc10937.c and bfm_bd1.c output code to use BITSWAP macros.
James Wallace
2012-07-16
1
-39
/
+4
[next]