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
/
emu
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch replaces the Machine parameter where an running_machine *
Aaron Giles
2008-11-13
77
-170
/
+119
*
Hooked up disconnected reset functions.
Aaron Giles
2008-11-13
4
-19
/
+19
*
From AtariAce:
Aaron Giles
2008-11-13
80
-929
/
+960
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
67
-2361
/
+2320
*
Fix state save in discrete sound
Couriersud
2008-11-12
3
-7
/
+55
*
abc_step and abc_reset now declared as DISCRETE_STEP( abc ) and DISCRETE_RESE...
Couriersud
2008-11-12
6
-141
/
+155
*
Transparent mc6545 phi1/pi2 addressing
Couriersud
2008-11-11
2
-2
/
+75
*
Sync with MESS
Nathan Woods
2008-11-11
6
-49
/
+48
*
Converted TMS340x0 cores to be pointer-based.
Aaron Giles
2008-11-10
9
-2668
/
+2589
*
Fix compile error.
Aaron Giles
2008-11-10
1
-1
/
+1
*
Removed save_device pattern if favor of just accepting the
Aaron Giles
2008-11-10
20
-60
/
+24
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
25
-289
/
+234
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
141
-1658
/
+1489
*
* Renamed mcs51_regs to mcs51_state_t
Couriersud
2008-11-09
1
-412
/
+412
*
Fix deleted CHECK_IRQ_LINES()
Couriersud
2008-11-09
1
-3
/
+3
*
Formatting, identation
Couriersud
2008-11-09
2
-44
/
+44
*
i960 core switched to pointer state access
Couriersud
2008-11-09
1
-1057
/
+1076
*
Converted i8x41 to use pointers for state access
Couriersud
2008-11-09
2
-1416
/
+1453
*
s14001a.c: added chip pinout and operation notes.
Jonathan Gevaryahu
2008-11-09
1
-1
/
+85
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
59
-177
/
+184
*
i8x41: fixed missing space at the end of file
Roberto Zandona
2008-11-09
1
-1
/
+1
*
UPI-41/42 (still I8x41.c) changes:
Couriersud
2008-11-09
7
-105
/
+189
*
Cleanups/version bump.
mame0128u3
Aaron Giles
2008-11-09
19
-178
/
+178
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-11-08
25
-97
/
+98
*
Added macros for all CPU callbacks to ease future changes.
Aaron Giles
2008-11-08
225
-3583
/
+3638
*
Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner, PhilB, RBelmont)
Andrew Gardner
2008-11-08
3
-128
/
+737
*
Merged DS5002FP into MCS51
Couriersud
2008-11-07
8
-5088
/
+574
*
More 68000 cleanup.
Aaron Giles
2008-11-07
5
-2266
/
+2258
*
Fixed 68020+
Aaron Giles
2008-11-07
1
-3
/
+3
*
Minor fixes.
Aaron Giles
2008-11-07
2
-12
/
+13
*
Fix a reg-ex replace issue - Thx Andrew Gardner!
Couriersud
2008-11-07
1
-1
/
+1
*
"Pointer"-ified the 6502
Couriersud
2008-11-07
17
-612
/
+700
*
i386 seems to already be defined by the compiler? changed to _i386
davidhay
2008-11-06
1
-9
/
+9
*
Some more gcc 64bit tranquilizers
Couriersud
2008-11-06
4
-10
/
+7
*
Fix 64 bit compile
Couriersud
2008-11-06
1
-0
/
+2
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
126
-2252
/
+2450
*
Fixed a few issues caught by an MSVC compile (why doesn't gcc complain??)
Aaron Giles
2008-11-06
3
-8
/
+8
*
Removed a bunch of useless macros. Consolidated several others.
Aaron Giles
2008-11-06
4
-2334
/
+2197
*
Fixed compilation issues with 68000 changes.
Aaron Giles
2008-11-06
7
-471
/
+48
*
"Pointer"-ified the 68000. What a mess!
Aaron Giles
2008-11-06
10
-2380
/
+2386
*
Re-added suspend/resume synchronization to fix a few games.
Aaron Giles
2008-11-06
1
-0
/
+8
*
"Pointer"-ified the ADSP-21xx core.
Aaron Giles
2008-11-06
3
-1827
/
+1700
*
Fixed bug in new quantum code that could result in an invalid
Aaron Giles
2008-11-06
1
-1
/
+1
*
Changed core cycle computations to use div_64x32 instead of full 64-bit
Aaron Giles
2008-11-05
1
-6
/
+28
*
Fix bad bug in scheduler quantum code.
Aaron Giles
2008-11-05
1
-1
/
+1
*
Added concept of scheduling quanta to the timer system. Also added
Aaron Giles
2008-11-05
10
-131
/
+197
*
"Pointer-ified" the mcs51 core
Couriersud
2008-11-05
2
-531
/
+557
*
"Pointer-ified" the mcs48 core
Couriersud
2008-11-04
1
-402
/
+414
*
Pointer-ified the R3000 core.
Aaron Giles
2008-11-04
1
-450
/
+468
*
"Pointer-ified" the Z80 core as an example for testing.
Aaron Giles
2008-11-04
1
-2126
/
+2143
[next]