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
path:
root
/
src
/
devices
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various cleanups.
Vas Crabb
2021-12-02
1
-3
/
+1
*
sparclite: update notes
hap
2021-12-01
1
-16
/
+11
*
sparclite: add preliminary system support ctrl reg
hap
2021-12-01
2
-11
/
+39
*
g65816: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot
AJR
2021-12-01
2
-6
/
+2
*
stv: moved video into video/saturn.cpp to remove possible circular dependency...
Robbbert
2021-12-01
4
-9366
/
+0
*
Soul-crushingly frustrating clean-up:
Vas Crabb
2021-12-01
8
-61
/
+28
*
saitek_osa/sparc: add note about expanded ram
hap
2021-11-30
1
-0
/
+5
*
mc68328: update logging to match handler size
Patrick Mackinlay
2021-11-30
1
-1
/
+1
*
various devices and drivers: seperate -> separate
Ivan Vangelista
2021-11-28
4
-5
/
+5
*
Fun with flags: Allows handlers to have user-defined flags set on
Olivier Galibert
2021-11-28
2
-31
/
+45
*
sparc: remove pseudocode comments copy pasted from manual
hap
2021-11-28
1
-909
/
+29
*
sparc: STD/STDA/LDD/LDDA when RD is odd is an illegal instruction
hap
2021-11-28
1
-2
/
+11
*
am29000: Simplify shift calculation for multiply and divide steps, eliminatin...
AJR
2021-11-27
1
-26
/
+15
*
sparc: undo accidental delete on prev commit
hap
2021-11-27
1
-0
/
+9
*
sparc: fix unreachable code in execute_rdsr
hap
2021-11-27
1
-17
/
+8
*
saitek_osa/sparc: update note
hap
2021-11-27
1
-2
/
+3
*
Cleaned up incorrectly formatted license/copyright header comments. (#8885)
Angelo Salese
2021-11-28
3
-3
/
+5
*
-emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles.
Vas Crabb
2021-11-27
3
-4
/
+2
*
apple2e.cpp updates: [R. Belmont]
arbee
2021-11-26
2
-2
/
+10
*
sparclite: update prev commit, better habit to call parent class
hap
2021-11-25
1
-2
/
+1
*
sparclite: update_addr_masks after loadstate
hap
2021-11-25
2
-0
/
+9
*
Add CPU16 and HDD device skeletons for Conner CFP1080S
AJR
2021-11-25
5
-0
/
+385
*
Minor changes to various drivers (#8880)
shattered
2021-11-25
6
-36
/
+40
*
aica.cpp: remove code smell on LP flag read
Angelo Salese
2021-11-25
1
-3
/
+8
*
nscsi: modified CDROM_APPLE to ID as an Apple CDSC and pass MacOS security ch...
arbee
2021-11-24
3
-11
/
+15
*
-arm7: Fixed TLB Flush behavior. Fixes Github issue #8856. [Ryan Holtz] (#8876)
MooglyGuy
2021-11-24
1
-10
/
+65
*
sparc: eat_cycles is inaccurate (eg. icount=1, eat_cycles(3), icount=0)
hap
2021-11-24
2
-4
/
+4
*
sparc: revert prev commit, manual clearly says nope
hap
2021-11-24
2
-11
/
+10
*
sparc: assume that sparclite waitstate page check is per cs
hap
2021-11-24
3
-11
/
+11
*
sparc.cpp: save_item takes care of arrays
Ivan Vangelista
2021-11-24
1
-2
/
+2
*
saitek_osa: added sparc module emulation [Ryan Holtz, hap]
hap
2021-11-24
5
-22
/
+103
*
sparc: added initial support for SPARClite [Ryan Holtz]
hap
2021-11-23
5
-52
/
+792
*
CG-1V/GAE1 video/audio fixes (#8859)
David Haywood
2021-11-22
1
-22
/
+40
*
hp_taco: added support for writing hp9825-format tapes (#8860)
fulivi
2021-11-22
2
-28
/
+47
*
Revert "stupid git"
AJR
2021-11-21
1
-4
/
+16
*
Merge branch 'stupid_git'
AJR
2021-11-21
1
-16
/
+4
|
\
|
*
stupid git
AJR
2021-11-21
1
-16
/
+4
*
|
Merge cleanup from MAME 0.238 release branch to avoid conflicts later.
Vas Crabb
2021-11-22
1
-26
/
+13
|
\
\
|
*
|
Minor cleanup:
Vas Crabb
2021-11-22
1
-26
/
+13
|
|
/
*
/
ti99/geneve: Added WHTech SCSI adapter card
Michael Zapf
2021-11-21
3
-0
/
+833
|
/
*
srcclean in preparation for release of MAME 0.238.
Vas Crabb
2021-11-21
11
-183
/
+183
*
Miscellaneous #include cleanup
AJR
2021-11-20
10
-11
/
+3
*
bus/nes: Added support for boards using the SMD133 ASIC. (#8840)
0kmg
2021-11-20
7
-28
/
+120
*
hh_sm510: small correction to fowling svg
hap
2021-11-20
1
-27
/
+24
*
bus/snes/sa1.cpp: Flesh out some SA1 features, Fix SNES timing, interrupt (#8...
cam900
2021-11-19
4
-518
/
+716
*
tms32031.cpp: Add TMS320VC33 emulation support, Add notes (#8766)
cam900
2021-11-19
3
-41
/
+124
*
bus/nes: Added partial code for unlicensed game Dragon Fighter. (#8833)
0kmg
2021-11-19
6
-4
/
+89
*
bus/vme: De-skeletonized vme_hcpu30.cpp. (#7467)
shattered
2021-11-20
2
-62
/
+515
*
bus/nes_ctrl: Added support for Exciting Boxing air bag controller. (#8817)
0kmg
2021-11-20
3
-0
/
+142
*
bus/nes_ctrl: Removed device_reset() for recently updated input devices. (#8846)
0kmg
2021-11-20
6
-32
/
+0
[next]