Home
last modified time | relevance | path

Searched refs:screen_ram (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Dc64formats.c253 if(screen_ram != NULL) in Load_C64_hires()
255 c[0]=screen_ram[cy*40+cx]&15; in Load_C64_hires()
256 c[1]=screen_ram[cy*40+cx]>>4; in Load_C64_hires()
293 c[1]=screen_ram[cy*40+cx]>>4; in Load_C64_multi()
294 c[2]=screen_ram[cy*40+cx]&15; in Load_C64_multi()
677 screen_ram=NULL; in Load_C64()
684 screen_ram=NULL; in Load_C64()
1255 byte screen_ram[1000],bitmap[8000]; in Save_C64_hires() local
1277 Write_bytes(file,screen_ram,1000); in Save_C64_hires()
1309 memset(screen_ram, 0, sizeof(screen_ram)); in Save_C64_fli_monolayer()
[all …]
H A Doldies.h57 int C64_FLI(T_IO_Context * context, byte *bitmap, byte *screen_ram, byte *color_ram, byte *backgrou…
77 int C64_pixels_to_FLI(byte *bitmap, byte *screen_ram, byte *color_ram, byte *background, const byte…
H A Doldies.c95 int C64_FLI(T_IO_Context * context, byte *bitmap, byte *screen_ram, byte *color_ram, byte *backgrou… in C64_FLI() argument
364 if (screen_ram!=NULL) in C64_FLI()
365 screen_ram[y*1024+row*40+col] = (c1&15) | ((c2&15)<<4); in C64_FLI()
406 int C64_pixels_to_FLI(byte *bitmap, byte *screen_ram, byte *color_ram, in C64_pixels_to_FLI() argument
600 screen_ram[1024*cy + bx + by * 40] = (c[1] << 4) | c[2]; in C64_pixels_to_FLI()
H A Dbuttons_effects.c499 byte bitmap[8000],screen_ram[1024*8],color_ram[1024]; in Button_Constraint_mode() local
503 memset(screen_ram, 0, sizeof(screen_ram)); in Button_Constraint_mode()
516 …if (C64_pixels_to_FLI(bitmap, screen_ram, color_ram, background, Main.backups->Pages->Image[2].Pix… in Button_Constraint_mode()
522 …C64_pixels_to_FLI(bitmap, screen_ram, color_ram, background, Main.backups->Pages->Image[2].Pixels,… in Button_Constraint_mode()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Datarisy4.cpp51 uint16_t *screen_ram; member
327 uint16_t pix = extradata.screen_ram[addr >> 1]; in draw_scanline()
334 extradata.screen_ram[addr >> 1] = pix; in draw_scanline()
348 extradata.screen_ram = m_state.m_screen_ram; in draw_polygon()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Datarisy4.cpp51 uint16_t *screen_ram; member
327 uint16_t pix = extradata.screen_ram[addr >> 1]; in draw_scanline()
334 extradata.screen_ram[addr >> 1] = pix; in draw_scanline()
348 extradata.screen_ram = m_state.m_screen_ram; in draw_polygon()