index
:
mame
android-updates
arm3_copro
arm_playground
arm_vidc20
cashier-knife
doxygen
floppy_sound
hlsl_aviplay
konami
ksys573_io
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
memory-test
midtunit_video
n64-angrylion
netlist_dev
new_menus
palmhacks
psx_metafix
s32_kokoroji
saturn_cdblock
selfregister-drivers
ui_colors_refactor
voodoo_directx11
vrender0_3
wof
MAME - Multiple Arcade Machine Emulator
root
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mame
/
drivers
/
baraduke.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592)
wilbertpol
2018-05-20
1
-2
/
+7
*
More cleanup/streamlining of machine configuration and macros:
Vas Crabb
2018-05-15
1
-2
/
+2
*
Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ...
MooglyGuy
2018-05-13
1
-11
/
+8
*
dsp16: fix condition mask in disassembler (nw)
Vas Crabb
2018-05-09
1
-1
/
+1
*
Streamline machine configuration macros - everyone's a device edition.
Vas Crabb
2018-05-06
1
-7
/
+7
*
20pacgal.cpp, baraduke.cpp, gaplus.cpp, skykid.cpp, toypop.cpp: Replace MCFG_...
AJR
2018-03-28
1
-2
/
+0
*
Address maps macros removal, pass 1 [O. Galibert]
Olivier Galibert
2018-03-14
1
-28
/
+31
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-3
/
+3
*
API change: Memory maps are now "last entry wins" [O. Galibert]
Olivier Galibert
2018-01-31
1
-1
/
+1
*
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Olivier Galibert
2018-01-23
1
-4
/
+4
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-1
/
+1
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-1
/
+1
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-1
/
+1
*
m6809: Start resolving the great device type/clock divider mix-up
AJR
2017-12-08
1
-1
/
+1
*
Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ...
AJR
2017-05-26
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-1
/
+1
*
Convert screen_device VBLANK callback to devcb_write_line
AJR
2017-03-10
1
-1
/
+1
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+4
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
Make watchdog timer a separate device
AJR
2016-04-30
1
-1
/
+4
*
make output be part of driver_device (nw)
Miodrag Milanovic
2016-01-10
1
-2
/
+2
*
modernize output_manager (nw)
Miodrag Milanovic
2016-01-10
1
-2
/
+2
*
modernized bookkeeping manager (nw)
Miodrag Milanovic
2016-01-10
1
-3
/
+3
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+544