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
/
video
/
315_5124.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
315_5124.c: Improvement to timing for calculating flags. Fixes random hangs i...
Wilbert Pol
2014-04-29
1
-11
/
+24
*
315_5124.c: Improved CRAM writes. Fixes wrong colors on sega logo for robocop...
Wilbert Pol
2014-04-29
1
-9
/
+35
*
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Scott Stone
2014-04-12
1
-2
/
+2
*
315_5124.c: converted to devcb2 (nw)
Ivan Vangelista
2014-03-29
1
-28
/
+20
*
stop SMS VDP timers in systems that don't need them. nw.
Fabio Priuli
2014-03-28
1
-0
/
+15
*
315_5124.c: improved X-Scroll register timing. [Enik Land]
Fabio Priuli
2014-03-23
1
-24
/
+51
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-33
/
+37
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-3
/
+3
*
small simplification to src/emu/video/315_5124.c (nw)
Oliver Stöneberg
2013-08-27
1
-2
/
+2
*
315_5124.c: Prevent writing outside the m_selected_sprite array. (nw)
Wilbert Pol
2013-08-27
1
-2
/
+2
*
got rid of redundant read in src/emu/315_5124.c (nw)
Oliver Stöneberg
2013-08-26
1
-4
/
+10
*
fixed more faulty PALETTE_INIT modernizations (nw)
Oliver Stöneberg
2013-08-09
1
-1
/
+29
*
more PALETTE_INIT modernizations (nw)
Oliver Stöneberg
2013-08-05
1
-20
/
+20
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-2
/
+2
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-5
/
+5
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-2
/
+2
*
(MESS) slightly consolidated save/restore in sms/gamegear, still not reliable...
Fabio Priuli
2013-05-19
1
-0
/
+24
*
(MESS) sms.c: Change hcount calculation to use screen timings and move it to ...
Wilbert Pol
2013-05-14
1
-18
/
+25
*
315_5124.c: Small improvements to the palettes. [Enik Land]
Wilbert Pol
2013-04-02
1
-2
/
+2
*
Cleanups and version bump
mame0148u2
Miodrag Milanovic
2013-03-19
1
-4
/
+4
*
315_5124.c: Improved triggering of IRQs. [Enik Land]
Wilbert Pol
2013-03-11
1
-63
/
+119
*
(MESS) Running eagles5 on the sms2kr driver. It apparently expects the irq to...
Wilbert Pol
2013-01-12
1
-0
/
+20
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-32
/
+30
*
315_5124.c: Fixed copy/paste error that caused FluBBa's "Offscreen Y, col" te...
Wilbert Pol
2012-12-10
1
-1
/
+2
*
Removed unneeded includes. (nw)
Curt Coder
2012-12-07
1
-1
/
+0
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-31
/
+31
*
Made the genvdp a derived class of the newer sms vdp because the genesis vdp ...
Scott Stone
2012-08-29
1
-5
/
+0
*
Updated the megatech bios to render using the newer SMS vdp device from MESS....
Scott Stone
2012-08-17
1
-0
/
+1
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-1
/
+1
*
MAME going modern part 1 (no whatsnew)
Miodrag Milanovic
2012-03-31
1
-1
/
+1
*
Added new method screen_device::register_screen_bitmap which
Aaron Giles
2012-01-15
1
-4
/
+2
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-22
/
+23
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-2
/
+2
*
Bulk converted cliprect * to cliprect & across the system. This makes
Aaron Giles
2011-12-31
1
-1
/
+1
*
Moved the implementation for the Sega 315-5124, 315-5246, and 315-5378 video ...
Wilbert Pol
2011-12-31
1
-0
/
+1704