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
/
bus
/
sms_ctrl
/
lphaser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
(nw) misc cleanup:
Vas Crabb
2019-09-19
1
-1
/
+1
*
ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw)
AJR
2019-08-15
1
-2
/
+2
*
nes,sms: Change the way screen is set for light gun
Enik Land
2019-07-09
1
-14
/
+9
*
nes, sms: Fix light gun regression
Enik Land
2019-07-02
1
-0
/
+1
*
sms: Replace VDP bitmap access with screen().pixel() for lightgun emulation (...
enikland2
2019-03-30
1
-1
/
+1
*
Set finder tag relative to current device being configured rather than
Vas Crabb
2018-04-30
1
-1
/
+1
*
Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT...
smf-
2018-04-03
1
-1
/
+1
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-1
/
+1
*
Privatize m_screen and other variables of device_video_interface (nw)
AJR
2018-01-05
1
-7
/
+7
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+3
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-0
/
+1
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-8
/
+8
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-4
/
+4
*
- Change SMS/GG master clocks to match service manuals. [Enik]
Miodrag Milanovic
2016-05-23
1
-4
/
+1
*
This one documents what I think is a real bug of the Japanese game Sports Pad...
Miodrag Milanovic
2016-04-06
1
-2
/
+9
*
Improved documentation for SMS software and input devices [Enik]
Miodrag Milanovic
2016-03-26
1
-0
/
+8
*
some NULL -> nullptr
hap
2016-01-24
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
override for for macros that could not be auto recognized by tools (nw)
Miodrag Milanovic
2015-12-06
1
-1
/
+1
*
Revert "use c++ cast instead of c casts (nw)"
Miodrag Milanovic
2015-12-05
1
-2
/
+2
*
use c++ cast instead of c casts (nw)
Miodrag Milanovic
2015-12-05
1
-2
/
+2
*
cleanup
Miodrag Milanovic
2015-12-05
1
-1
/
+1
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+291