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
/
machine
/
s3c44b0.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add adjust_periodic() to persistent_timer. Update obvious situations where it...
Aaron Giles
2021-09-11
1
-4
/
+4
*
Switch out attoseconds in favor of more abstract subseconds. Update everyone ...
Aaron Giles
2021-04-02
1
-15
/
+15
*
Use the device-provided timer_alloc instead of reaching around to the schedul...
Aaron Giles
2021-03-25
1
-11
/
+11
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-4
/
+5
*
devices/machine, sound and video: removed read and write macros (nw)
Ivan Vangelista
2020-06-17
1
-37
/
+37
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
1
-7
/
+7
*
s3c24xx, s3c44b0: Replace get_read_ptr with memory_access_cache (nw)
AJR
2020-01-27
1
-13
/
+7
*
pci9050, s3c44b0: Eliminate register_postload and machine().device; convert c...
AJR
2018-09-10
1
-6
/
+8
*
s3c44b0, tms3556: Add device_video_interface and remove first_screen (nw)
AJR
2018-03-08
1
-4
/
+3
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-9
/
+197
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-2
/
+6
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-101
/
+101
*
DAC WIP, started documenting the DACs in use. [smf]
smf-
2016-10-17
1
-1
/
+0
*
replace BITSWAP8/16/24/32 macros with constexpr function that works for any n...
Vas Crabb
2016-08-16
1
-1
/
+0
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ...
Miodrag Milanovic
2015-12-17
1
-7
/
+7
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-1
/
+1
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-12
/
+12
*
Fixed uninitialized class members
Miodrag Milanovic
2015-11-19
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+2055