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
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
85
-562
/
+616
*
changed 6809 disassembler to work with kram3
Nicola Salmoria
2008-11-17
1
-3
/
+7
*
Significantly pared down the 68k core. Merged outer MAME shell
Aaron Giles
2008-11-17
11
-2824
/
+940
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
170
-3369
/
+3157
*
Some -literally- code alignment
Couriersud
2008-11-16
4
-31
/
+31
*
move ea into state struct
Couriersud
2008-11-16
2
-27
/
+28
*
Fix icount
Couriersud
2008-11-16
3
-143
/
+143
*
Fix icount: m68_icount ==> m68_state->icount
Couriersud
2008-11-16
2
-63
/
+61
*
added device_config to the disassembler.
smf-
2008-11-16
2
-2
/
+2
*
Disassemblers now get the CPU object.
Aaron Giles
2008-11-16
3
-6
/
+6
*
added m6809 config option to control where opcodes 10 and 11 fetch the second...
Nicola Salmoria
2008-11-16
4
-59
/
+77
*
More disentangling of the 68000 core. Removed old unused CPS2
Aaron Giles
2008-11-16
8
-350
/
+181
*
Terminology cleanup. "Machine" handlers are now "space" handlers.
Aaron Giles
2008-11-15
30
-216
/
+216
*
Added generic read/write callbacks.
Aaron Giles
2008-11-15
2
-0
/
+831
*
God forbid, neogeo doesn't work....
Aaron Giles
2008-11-15
1
-0
/
+4
*
Sega/Williams compile and crash fixes.
Aaron Giles
2008-11-15
2
-12
/
+16
*
Const-ified the return from cpu_get_address_space.
Aaron Giles
2008-11-15
2
-11
/
+11
*
Fix 8042kbdc.c and pci.c warnings
Couriersud
2008-11-14
2
-6
/
+6
*
Fix mc146818 warnings
Couriersud
2008-11-14
1
-6
/
+6
*
Fix compile error #2
Couriersud
2008-11-14
1
-2
/
+3
*
Fix compile error
Couriersud
2008-11-14
1
-2
/
+2
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
74
-1506
/
+1514
*
Pointer-ified the 6800, 6809 and hd6309 cpu cores
Couriersud
2008-11-14
13
-5725
/
+6088
*
Remove a #if 1
Couriersud
2008-11-13
1
-2
/
+0
*
This patch:
Aaron Giles
2008-11-13
2
-7
/
+8
*
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
[next]