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
Branch
Commit message
Author
Age
addrbus-64
Update parse_number in unidasm.cpp, plus alignment with code style guide.
MooglyGuy
3 weeks
cbm_joy_swap
c65.cpp: added machine configuration switch to swap joystick ports on the fly...
etabeta78
4 weeks
cdtv_subcode
cdtv: Subcode support
Dirk Best
10 months
dsp563xx
virusb: goes all the way to the main program
Olivier Galibert
7 months
floppysound
floppy_sound: Minor cleanup
Michael Zapf
4 weeks
master
namcos2.cpp: Correct Final Lap 2 ROM labels. [sjy96525] (#15359)
sjy555525
105 min.
release0288
ui/menu.cpp: Better handling of active pointers when resetting items.
Vas Crabb
3 hours
s23-firewire
Further System 23 checkpoint
Ryan Holtz
6 months
script-eof-marker
scripts/build: add a python script for checking EoF markers across source tree
angelosa
9 months
taitotz-pixxiii
Initial PIXXIII instrumentation framework for taitotz; rest of the hookup sti...
Ryan Holtz
7 months
[...]
Tag
Download
Author
Age
mame0287
commit e776c98438...
Vas Crabb
8 weeks
mame0286
commit ca48656c92...
Vas Crabb
3 months
mame0285
commit f379cd060a...
Vas Crabb
4 months
mame0284
commit 7b4d4c14e9...
Vas Crabb
5 months
mame0283
commit 494babc311...
Vas Crabb
6 months
mame0282
commit 7b051ce4af...
Vas Crabb
7 months
mame0281
commit 2843a3deb8...
Vas Crabb
8 months
mame0280
commit ec9abd86c6...
Vas Crabb
9 months
mame0279
commit 7589dee02c...
Vas Crabb
10 months
mame0278
commit eb05584a2b...
Vas Crabb
11 months
[...]
Age
Commit message
Author
Files
Lines
2008-02-21
Cleanups and version bump for 0.123u2.
mame0123u2
Aaron Giles
36
-298
/
+298
2008-02-21
- Added void state_save_combine_module_and_tag(char *dest, const char *module...
Zsolt Vasvari
3
-16
/
+72
2008-02-21
- Pen lookup removal
Zsolt Vasvari
13
-97
/
+81
2008-02-21
- Some more machine->pen lookup removal
Zsolt Vasvari
15
-64
/
+38
2008-02-21
Most important thing to note about this change:
Aaron Giles
963
-5056
/
+6154
2008-02-21
Removed some unneccassary lookups through machine->pens
Zsolt Vasvari
38
-143
/
+128
2008-02-21
Removed the pen array lookup from some INDEXED16 drivers
Zsolt Vasvari
30
-102
/
+92
2008-02-21
Adds video\gameplan.c
Zsolt Vasvari
1
-1
/
+1
2008-02-21
- Reorganized Gameplan driver
Zsolt Vasvari
6
-444
/
+552
2008-02-20
Document regions by color code
Brian Troha
1
-7
/
+17
2008-02-20
correction to documentation as pointed out by the Guru
Brian Troha
1
-1
/
+1
2008-02-20
- Changed all drivers using the MC6845 chip to use the device interface
Zsolt Vasvari
27
-147
/
+188
2008-02-20
- Added running_machine* as first parameter to mc6845_config and all callback...
Zsolt Vasvari
24
-288
/
+390
2008-02-20
Removed clock and flags as fundamental device parameters.
Aaron Giles
4
-11
/
+3
2008-02-20
Added support for inline device configuration.
Aaron Giles
4
-8
/
+17
2008-02-20
Removed unnecessary debug stub.
R. Belmont
1
-9
/
+0
2008-02-20
- Complete memory map
Zsolt Vasvari
6
-373
/
+489
2008-02-20
Missed a few things in the last commit.
R. Belmont
1
-4
/
+26
2008-02-20
[SH4] Added missing SH4 instructions and bugfixed the FPU
R. Belmont
6
-196
/
+403
2008-02-20
[AICA] Fixed ADPCM looping.
R. Belmont
1
-7
/
+27
2008-02-19
Adds Excellent Co, Ltd Redhawk to nmk16.c
Brian Troha
4
-64
/
+90
2008-02-19
Added PROM type information.
Curt Coder
1
-2
/
+2
2008-02-19
Removed BAD_DUMP flags from the highly controversial background smoothing PROMs.
Curt Coder
1
-5
/
+2
2008-02-19
Updated validity.c to current core style.
Aaron Giles
1
-160
/
+130
2008-02-19
Added some XTALs for MESS.
Curt Coder
1
-2
/
+7
[...]