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
/
screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-4
/
+4
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-1
/
+1
*
Partially revert r30524 screen.c changes; bring back the separate timer for r...
Alex W. Jackson
2014-05-25
1
-7
/
+32
*
screen.c: remove redundant checks from update_partial() (nw)
Alex W. Jackson
2014-05-20
1
-36
/
+23
*
Call reset_partial_updates() at the end of vblank instead of at the end
Dirk Best
2014-05-19
1
-5
/
+21
*
Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus
Dirk Best
2014-05-18
1
-21
/
+3
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-7
/
+7
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-4
/
+4
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-2
/
+2
*
Made palette settings for screen explicit and mandatory for ind16 mode (nw)
Miodrag Milanovic
2014-03-14
1
-24
/
+8
*
Video attributes are now per screen (nw)
Miodrag Milanovic
2014-03-06
1
-6
/
+17
*
some mess regression fixes (nw)
Miodrag Milanovic
2014-02-28
1
-0
/
+2
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-2
/
+45
*
Revert changes committed by accident.
Couriersud
2014-02-26
1
-983
/
+2
*
Don't allocate gigs in -listxml please (nw)
Olivier Galibert
2014-02-26
1
-1
/
+1
*
Minor cosmetic changes for netlist
Couriersud
2014-02-26
1
-2
/
+983
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-4
/
+4
*
Converted palette_t and palette_client to classes. General palette.c
Aaron Giles
2014-02-18
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Fix long-standing architectural wart: the priority bitmap is no longer owned
Aaron Giles
2013-07-26
1
-0
/
+1
*
moved some legacy stuff from screen.h to scrlegcy.h (nw)
Oliver Stöneberg
2013-07-16
1
-1
/
+1
*
Move Atari drivers to using ioport callbacks for sound communication
Aaron Giles
2013-07-15
1
-11
/
+0
*
removed unnecessary (and bogus) setting of a variable in screen_device::updat...
Oliver Stöneberg
2013-06-26
1
-1
/
+0
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
attempt to fix burnin (MT #05173). nw.
Fabio Priuli
2013-03-23
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-40
/
+40
*
01234567890123456789012345678901234567890123456789012345678901234567890123456789
Ryan Holtz
2012-12-29
1
-1
/
+5
*
Revert some changes committed by accident. No WN.
Couriersud
2012-05-26
1
-976
/
+2
*
Fix compile again - omitted a file, no WN
Couriersud
2012-05-26
1
-2
/
+976
*
Fix for PORT_VBLANK multi bit (no whatsnew)
Miodrag Milanovic
2012-05-16
1
-1
/
+1
*
Clean-ups and version bump
mame0145u8
Miodrag Milanovic
2012-05-07
1
-1
/
+1
*
ioport.c C++ conversion. Mostly internal changes, with no
Aaron Giles
2012-05-03
1
-0
/
+11
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-1
/
+1
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-3
/
+3
*
MT04633 - permit visarea to exceed width/height, and allocate
Aaron Giles
2012-01-25
1
-1
/
+8
*
Move screen update to happen prior to calling the vblank callbacks.
Aaron Giles
2012-01-25
1
-4
/
+4
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-21
/
+5
*
Fix several rendering issues with artwork, introduced in the
Aaron Giles
2012-01-16
1
-10
/
+4
*
Clean-ups and version bump
mame0144u6
Angelo Salese
2012-01-15
1
-10
/
+10
*
Added new method screen_device::register_screen_bitmap which
Aaron Giles
2012-01-15
1
-45
/
+32
*
Death to SCREEN_EOF, which was ambiguously called either
Aaron Giles
2012-01-14
1
-64
/
+75
*
Some cleanup of the previous change. Added new template
Aaron Giles
2012-01-13
1
-37
/
+25
*
Added one more screen update device search failover check (no whatsnew)
Miodrag Milanovic
2012-01-13
1
-0
/
+1
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-101
/
+81
*
Cleanups and version bump
mame0144u5
Angelo Salese
2012-01-08
1
-1
/
+1
*
Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped),
Aaron Giles
2012-01-02
1
-53
/
+49
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-8
/
+5
*
Bulk converted cliprect * to cliprect & across the system. This makes
Aaron Giles
2011-12-31
1
-1
/
+1
*
Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR*
Aaron Giles
2011-12-31
1
-27
/
+27
[next]