mame/src/mess/video
2014-09-12 14:27:26 +00:00
..
733_asr.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
733_asr.h devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
911_chr.h
911_key.h
911_vdt.c fixed usage of uninitialized member in vdt911_device (nw) 2014-05-03 08:16:16 +00:00
911_vdt.h devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
abc80.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
abc800.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
abc802.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
abc806.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
abc1600.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
abc1600.h fixed a couple of regressions. nw. 2014-05-02 05:32:48 +00:00
ac1.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
advision.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
alesis.c License tags. (nw) 2013-10-26 19:53:18 +00:00
apollo.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
apple1.c removed some of machine().first_screen() users (nw) 2014-03-14 15:27:44 +00:00
apple2.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
apple2gs.c (MESS) apple2gs: render to rgb32, allowing palette raster tricks (e.g. "3200 color mode") to work. [R. Belmont] 2014-03-16 03:16:18 +00:00
apple3.c (MESS) apple3: don't do color text in A2 emulation mode. [R. Belmont] 2014-08-26 00:32:52 +00:00
aquarius.c You now specify a gfxdecode device once when you create a tilemap, rather than each time in the tile info callback. Updated all drivers accordingly [Alex Jackson] 2014-03-10 09:58:31 +00:00
arcadia.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
atarist.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
atarist.h License tags. (nw) 2013-10-16 13:38:21 +00:00
avigo.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
b2m.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
bbc.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
bk.c
busicom.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
cgc7900.c Checkpoint 2: 2014-03-15 07:34:54 +00:00
cgenie.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
channelf.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
comquest.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
comx35.c cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) 2014-03-26 18:32:03 +00:00
crt.c (MESS) updated crt device (used by PDP1 and TX0) to use inline configs. nw. 2014-04-08 15:22:05 +00:00
crt.h More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
dai.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
dgn_beta.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
electron.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
fm7.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
fmtowns.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
galaxy.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
galeb.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
gamecom.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
gb_lcd.c gb_lcd.c: Fix another index out of bound access in the supergb driver (nw) 2014-07-28 08:34:04 +00:00
gb_lcd.h (MESS) gb.c: Added GameBoy Pocket Boot ROM. [BennVenn] 2014-06-10 23:23:57 +00:00
gba.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
gime.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
gime.h More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
hec2video.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
hp48.c small cleanup (nw) 2014-03-25 07:36:24 +00:00
intv.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
k1ge.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
k1ge.h get rid of unneeded handler 2014-06-05 21:06:53 +00:00
kaypro.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
kc.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
kramermc.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
kyocera.c Made palette settings for screen explicit and mandatory for ind16 mode (nw) 2014-03-14 14:39:34 +00:00
llc.c
lviv.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
mac.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
maria.c (MESS) maria.c: 2014-09-06 06:38:32 +00:00
maria.h (MESS) a7800: split video emulation (Atari MARIA chip) into a 2014-08-26 05:54:24 +00:00
mbc55x.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
mbee.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
mc80.c
microtan.c You now specify a gfxdecode device once when you create a tilemap, rather than each time in the tile info callback. Updated all drivers accordingly [Alex Jackson] 2014-03-10 09:58:31 +00:00
mikro80.c
mikromik.c i8275: Replaced with new implementation. (nw) 2014-04-30 10:19:06 +00:00
mz80.c
mz700.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
nascom1.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
nc.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
nes.c (MESS) famicom: converted the disk system add-on to be a cart 2014-09-11 21:01:45 +00:00
newbrain.c Removed pseudo-palettes from video/generic.c. All drivers that were using them now have an actual palette [Alex Jackson] 2014-03-13 08:48:50 +00:00
newport.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
newport.h some SCREEN_UPDATE_* cleanups (nw) 2013-08-05 12:06:18 +00:00
nick.c fixed usage of uninitialized member in nick_device (nw) 2014-04-25 12:54:21 +00:00
nick.h devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
ondra.c
orao.c
orion.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
osi.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
p2000m.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
pc4.c License tags. (nw) 2013-10-26 19:53:18 +00:00
pc1251.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
pc1350.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
pc1401.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
pc1403.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
pc1512.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
pc8401a.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
pc_t1t.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
pc_t1t.h mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
pcw16.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
pcw.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
pdp1.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
pecom.c cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) 2014-03-26 18:32:03 +00:00
pk8020.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
pmd85.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
pocketc.c removed need for legacy palette for pocketc (nw) 2014-03-12 11:09:54 +00:00
poisk1.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
poisk1.h (mess) mega Soviet clone patch [shattered] 2013-12-22 21:17:17 +00:00
poly88.c
pp01.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
primo.c
rm380z.c fix for building with latest 32 bit tools. (nw) 2014-09-09 10:47:01 +00:00
rmnimbus.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
samcoupe.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
special.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
spectrum.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
ssystem3.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
stic.c use ARRAY_LENGTH (nw) 2014-04-03 22:48:35 +00:00
stic.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
super80.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
thomson.c (MESS)thomson : improve accuracy of the colors [Antoine Mine] 2014-09-06 17:00:02 +00:00
ti85.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
timex.c
tmc600.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
tmc1800.c cdp1861: Cleaned up devcb2. (nw) 2014-03-21 13:13:21 +00:00
trs80.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
tx0.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
ut88.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
uv201.c (MESS) uv201: devcb2. (nw) 2014-03-19 07:35:01 +00:00
uv201.h devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
v1050.c mc6845: converted to devcb2, delegates and inline configs. nw. 2014-05-01 08:36:28 +00:00
vc4000.c removed some of machine().first_screen() users (nw) 2014-03-14 15:27:44 +00:00
vector06.c Huge update, palette is now device (nw) 2014-02-27 13:35:15 +00:00
vtech2.c Removed palette_device parameter from gfx draw methods. All draw methods now use m_palette (nw) 2014-03-19 11:03:38 +00:00
vtvideo.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
vtvideo.h More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
wswan.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
x68k.c (mess) x68k: don't copy so much with the crtc text copy op (nw) 2014-06-13 15:34:24 +00:00
z88.c (MESS) upd65031_device: updated to use delegates 2014-04-08 14:51:44 +00:00
zx8301.c (MESS) ql: zx8301 improved configuration. (nw) 2014-03-14 13:15:51 +00:00
zx8301.h some c++11 compilation fixes (nw) 2014-09-12 14:27:26 +00:00
zx.c primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00