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
/
tms9927.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tms9927: converted to use inline configs. nw.
Fabio Priuli
2014-05-01
1
-16
/
+4
*
fixed usage of uninitialized member in tms9927_device (nw)
Oliver Stöneberg
2014-04-27
1
-0
/
+2
*
fixed usage of uninitialized member in tms9927_device (nw)
Oliver Stöneberg
2014-04-24
1
-2
/
+4
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-4
/
+4
*
Some changes/corrections to device descriptions from MASH (nw)
Scott Stone
2014-04-07
1
-1
/
+1
*
tms9927: Added VSYNC callback. [Curt Coder]
Curt Coder
2014-01-14
1
-2
/
+37
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-6
/
+4
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-6
/
+6
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-10
/
+9
*
modernized the TMS9927 device [Fabio Priuli]
Fabio Priuli
2013-06-02
1
-237
/
+159
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-40
/
+38
*
Stop allocating arrays of UINT8s for the tokens, when
Aaron Giles
2012-09-18
1
-2
/
+2
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-5
/
+5
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
Cleanup and some inheritance fixes (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-50
/
+0
*
conversion of legacy devices into modern wip (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-5
/
+76
*
Removed zero sized inline_config (no whatsnew)
Miodrag Milanovic
2012-08-30
1
-1
/
+0
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-1
/
+1
*
Fix several rendering issues with artwork, introduced in the
Aaron Giles
2012-01-16
1
-4
/
+1
*
Fix a few stragglers. Add width/height/position setters to
Aaron Giles
2011-12-31
1
-5
/
+5
*
Converted presave/postload functions to delegates. In a lot of
Aaron Giles
2011-04-30
1
-4
/
+4
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Rename state_manager -> save_manager since the term "state" is overloaded.
Aaron Giles
2011-04-20
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-3
/
+3
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-5
/
+5
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-1
/
+1
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-1
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-5
/
+5
*
Removed several exported non-const global variables from the core [Atari Ace]
Phil Bennett
2010-08-13
1
-1
/
+1
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+6
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-13
/
+11
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-7
/
+7
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-1
/
+1
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+0
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Cleanups and version bump for 0.131.
mame0131
Aaron Giles
2009-04-23
1
-20
/
+20
*
Added cursor info to the TMS9927, and also the CRT50x7 device variants.
Aaron Giles
2009-04-23
1
-1
/
+46
*
Added basic TMS9927 implementation. Hooked it up to the statriv2
Aaron Giles
2009-04-20
1
-0
/
+319