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
...
*
wd_fdc: Fixed ready interrupt polarity. Added a soft_reset() function which r...
Curt Coder
2013-11-17
2
-1
/
+8
*
Netlist: Working voltage divider. Getting nearer. No wn
Couriersud
2013-11-17
1
-2
/
+2
*
Compatibility fixes for older GCCs (nw)
R. Belmont
2013-11-16
1
-0
/
+1
*
Lessen log pollution. (nw)
Curt Coder
2013-11-16
2
-4
/
+4
*
z80dma: Implemented Auto Restart. [Curt Coder]
Curt Coder
2013-11-16
1
-7
/
+23
*
fixed enum, didn't mean to click ok on commit earlier as I was still clean bu...
smf-
2013-11-14
1
-1
/
+1
*
Set the error bit in the IDE status register if the command causes a check co...
smf-
2013-11-14
1
-0
/
+3
*
Added SCSI status code & set it in all command handlers. It is sent over the ...
smf-
2013-11-14
8
-6
/
+59
*
(MESS) Added nscsi versions of the SCSI callback device and Xebec S1410. [Cur...
Curt Coder
2013-11-14
7
-1
/
+384
*
more changes, area51 stop atari logo flickering (nw)
smf-
2013-11-13
1
-1
/
+1
*
tweak timings again (nw)
smf-
2013-11-13
1
-2
/
+2
*
Tweaks to the idehd timing, which are still based on complete fiction. [smf]
smf-
2013-11-13
1
-13
/
+4
*
(MESS) abc800: Emulated the ABC 850 (10MB), ABC 852 (20MB), and ABC 856 (60MB...
Curt Coder
2013-11-12
1
-1
/
+0
*
Forgot to commit these changes.
Couriersud
2013-11-11
1
-6
/
+6
*
Fix D9060 format. Reads greater than one sector were broken when using bit ba...
smf-
2013-11-09
1
-3
/
+3
*
Netlist: remove hardcoded maximum net size. Separated and documented a couple...
Couriersud
2013-11-08
1
-1
/
+2
*
fixed mametesters 05357 [smf]
smf-
2013-11-07
1
-5
/
+4
*
scsi: Fixed hard disk images with 256-byte sectors. [Curt Coder]
Curt Coder
2013-11-07
1
-4
/
+4
*
added machine().describe_context() to debugging code (nw)
smf-
2013-11-05
1
-10
/
+10
*
Cleanups and version bump
mame0151
Miodrag Milanovic
2013-11-05
18
-83
/
+81
*
Split the netlist code up into functional pieces like parser, setup and execu...
Couriersud
2013-11-04
2
-2416
/
+14
*
Modernized mc6854 device.(nw)
Ivan Vangelista
2013-11-04
2
-505
/
+499
*
fix copypaste error, causing bug(s) in mame berzerk.c
Michaƫl Banaan Ananas
2013-11-03
1
-1
/
+3
*
call update_irq() after updating B & C register in device_reset (nw)
smf-
2013-11-03
1
-0
/
+2
*
asserted copyright (nw)
smf-
2013-11-03
10
-0
/
+20
*
Support for different sized MC146818 compatibles [smf]
smf-
2013-11-02
5
-14
/
+66
*
Created folder emu/netlist and moved net_lib.* over. Updated makefiles.
Couriersud
2013-11-02
4
-1592
/
+3
*
Netlist now uses astring instead of char *. Makes memory management a lot eas...
Couriersud
2013-11-02
4
-203
/
+288
*
asserted copyright (nw)
smf-
2013-11-02
28
-0
/
+56
*
(MESS) compis: Fixed regression. (nw)
Curt Coder
2013-11-01
2
-3
/
+51
*
Fixed the MC146818 modernisation so that local/utc & whether a century is sto...
smf-
2013-11-01
2
-339
/
+473
*
fixed read sub channel bug introduced in 25577 (fixes ddr2m) (nw)
smf-
2013-10-31
1
-1
/
+1
*
Netlist: Some hand-crafted optimizations. GCC seems to like ugly pointer C mo...
Couriersud
2013-10-28
2
-47
/
+36
*
No whatsnew: Moved device setup out of constructor (again).
Couriersud
2013-10-28
4
-163
/
+264
*
(MESS) BBC Micro updates / fixes: [Nigel Barnes]
Fabio Priuli
2013-10-28
2
-38
/
+50
*
MT #04731 & MT #05335: fixed "Warning: k053252 read 0e, contact MAMEdev" msg
Angelo Salese
2013-10-27
1
-1
/
+14
*
ncr5380n: improved /BSY behavior on arbitration. [R. Belmont]
R. Belmont
2013-10-27
1
-0
/
+1
*
Netlist: ongoing cleanup
Couriersud
2013-10-26
4
-402
/
+475
*
New games added or promoted from NOT_WORKING status
smf-
2013-10-26
1
-1
/
+2
*
Changed IDE read sector timing to be the same as read multiple instead of wri...
smf-
2013-10-26
1
-13
/
+8
*
(MESS) abc800: Xebec WIP. (nw)
Curt Coder
2013-10-25
1
-0
/
+2
*
Added i80130 OSP emulation. [Curt Coder]
Curt Coder
2013-10-24
3
-0
/
+259
*
moved centronics into emu/bus (nw)
Miodrag Milanovic
2013-10-23
3
-448
/
+0
*
Netlist code: fixed an issue with 7493 and other minor fixes
Couriersud
2013-10-22
4
-21
/
+22
*
(MESS) Apple II bus moving day (nw)
R. Belmont
2013-10-22
3
-0
/
+819
*
(MESS) Moved a bunch of buses under emu/bus. (nw)
Curt Coder
2013-10-22
9
-0
/
+1866
*
Minor code clean-up in netlist devices
Couriersud
2013-10-21
4
-112
/
+135
*
Licenses
Angelo Salese
2013-10-21
1
-0
/
+2
*
(MESS) c64: Moved expansion and user ports under emu/bus. (nw)
Curt Coder
2013-10-20
3
-0
/
+238
*
ADR and track # fixes
Angelo Salese
2013-10-20
1
-4
/
+9
[prev]
[next]