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
/
machine
Commit message (
Expand
)
Author
Age
Files
Lines
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
113
-4826
/
+5595
*
Moved some common PC code to machine/pcshare.c [Mariusz Wojcieszek]
mariuszw1
2010-06-05
1
-0
/
+3
*
pcat_nit.c update [Mariusz Wojcieszek]
mariuszw1
2010-06-05
3
-4
/
+855
*
Removed r5h01_config. Memory region now has to have same tag as r5h01 device....
Couriersud
2010-06-03
2
-24
/
+12
*
X2212 now uses device template. Also changed all handlers to use devcb protot...
Couriersud
2010-06-03
2
-49
/
+29
*
Made k033906_set_reg a WRITE_LINE_DEVICE_HANDLER - no whatsnew
Couriersud
2010-06-03
2
-3
/
+3
*
Changed two write funcs into WRITE_LINE_DEVICE_HANDLERs. No whatsnew
Couriersud
2010-06-03
2
-6
/
+6
*
Changed 7474 to only use devcb callbacks and handlers. Updated game drivers. ...
Couriersud
2010-06-03
2
-12
/
+20
*
Convert 7474 handlers to (READ|WRITE)_LINE_DEVICE_HANDLERS. [Couriersud]
Couriersud
2010-06-02
2
-31
/
+34
*
idectrl: fix issue with previous hack (no whatsnew necessary)
R. Belmont
2010-05-31
1
-12
/
+16
*
Added "Read and Branch" code to tms5110 and tms6100. No possibility to test, ...
Couriersud
2010-05-31
1
-0
/
+11
*
Moved tms6100 code into emu/machine/tms6100.[ch]. Added pinouts for TMS6100 a...
Couriersud
2010-05-31
2
-0
/
+291
*
idectrl: some quick hacks to work with MESS.
R. Belmont
2010-05-31
1
-0
/
+28
*
New driver: sigmab98.c [Luca Elia]
Luca Elia
2010-05-16
1
-11
/
+13
*
Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg]
Scott Stone
2010-04-23
2
-4
/
+4
*
Cleanups and version bump.
Aaron Giles
2010-04-21
1
-1
/
+1
*
6850ACIA: Improved handling of /CTS signal and fixed issue with transmission ...
Phil Bennett
2010-04-14
1
-76
/
+71
*
6840PTM: Fixed interrupt flag behaviour and now allow fractional input clocks...
Phil Bennett
2010-04-14
2
-23
/
+22
*
Fixed Z80-DMA Load and Continue commands. [Curt Coder]
Curt Coder
2010-03-23
1
-1
/
+2
*
Changed default initial state of PIC8259 to STATE_READY [Miodrag Milanovic]
Miodrag Milanovic
2010-03-19
1
-1
/
+1
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
19
-235
/
+234
*
Imported Z80 DART and Z80 STI from MESS. (no whatsnew)
Curt Coder
2010-03-08
4
-0
/
+2601
*
z80sio: Added register access functions to prevent trampoline functions [Dirk...
Dirk Best
2010-03-08
2
-8
/
+61
*
Added ARDY/BRDY signal read handlers to Z80 PIO. [Curt Coder]
Curt Coder
2010-03-07
2
-0
/
+28
*
Fixed Z80 DMA ready signal handling. [Curt Coder]
Curt Coder
2010-03-07
1
-21
/
+29
*
Cleanups and version bump.
Aaron Giles
2010-03-04
3
-17
/
+17
*
pit8253: Small typo fix (no credit)
Dirk Best
2010-02-25
2
-8
/
+9
*
pit8253: Updated to use devcb calls, cleanups
Dirk Best
2010-02-25
2
-52
/
+92
*
pic8259: updated to use devcb calls
Dirk Best
2010-02-24
2
-13
/
+17
*
pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers
Dirk Best
2010-02-24
2
-9
/
+44
*
ins8154: Updated to use devcb calls, cleaned up
Dirk Best
2010-02-22
2
-148
/
+182
*
Moved ins8154 emulation from MESS to MAME, needed by future drivers
Dirk Best
2010-02-20
2
-0
/
+312
*
Fixed interrupt mask in Z80PIO. (no whatsnew)
Curt Coder
2010-02-18
1
-5
/
+0
*
Fixed Z80-PIO mode 3 interrupts, and mode 1 data writes.
Curt Coder
2010-02-18
1
-62
/
+48
*
Fixed Z80-PIO save states. (no whatsnew)
Curt Coder
2010-02-17
1
-14
/
+14
*
Cleaned up the Z80-DMA implementation. (no whatsnew)
Curt Coder
2010-02-17
2
-45
/
+135
*
Added save state support to the Z80-PIO. (no whatsnew)
Curt Coder
2010-02-17
1
-9
/
+17
*
Complete rewrite of the Z80-PIO implementation. The handshaking signals are n...
Curt Coder
2010-02-17
2
-455
/
+721
*
z80ctc: Fixed Z80CTC read handler [Tim Schuerewegen]
Fabio Priuli
2010-02-17
1
-1
/
+1
*
Implemented Z80-DMA interrupts. [Curt Coder]
Curt Coder
2010-02-15
1
-146
/
+279
*
Fixed typo. (no whatsnew)
Curt Coder
2010-02-15
1
-1
/
+1
*
Cleanups and version bump.
mame0136u3
Aaron Giles
2010-02-14
1
-2
/
+2
*
[VIA6522] Read port A/B only if some pins are inputs.
Curt Coder
2010-02-11
1
-8
/
+14
*
[I8255] Clear output lines to 0 on write to mode register, and float input li...
Curt Coder
2010-02-09
1
-2
/
+46
*
Fixed forgotten device_config to running_device change (no whatsnew)
Miodrag Milanovic
2010-01-30
1
-1
/
+1
*
Cleanups and version bump.
Aaron Giles
2010-01-28
1
-1
/
+1
*
CIA 6526: Fixed serial port transfer.
Curt Coder
2010-01-21
1
-73
/
+77
*
CIA 6526: fixed serial transfer
Curt Coder
2010-01-20
1
-1
/
+2
*
Convrted the rest of devintrf to classes and moved management
Aaron Giles
2010-01-19
5
-9
/
+6
*
Refactored the CIA 6526 interface, adding SP/CNT callbacks.
Curt Coder
2010-01-19
2
-166
/
+214
[next]