Home
last modified time | relevance | path

Searched refs:rowshift (Results 1 – 13 of 13) sorted by relevance

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dtms34061_vidhrdw.c431 offs = ((row << tms34061.intf.rowshift) | col) & tms34061.vrammask; in tms34061_w()
442 offs = col << tms34061.intf.rowshift; in tms34061_w()
447 memcpy(&tms34061.vram[offs], tms34061.shiftreg, 1 << tms34061.intf.rowshift); in tms34061_w()
448 memset(&tms34061.latchram[offs], tms34061.latchdata, 1 << tms34061.intf.rowshift); in tms34061_w()
454 offs = col << tms34061.intf.rowshift; in tms34061_w()
492 offs = ((row << tms34061.intf.rowshift) | col) & tms34061.vrammask; in tms34061_r()
498 offs = col << tms34061.intf.rowshift; in tms34061_r()
503 memcpy(&tms34061.vram[offs], tms34061.shiftreg, 1 << tms34061.intf.rowshift); in tms34061_r()
504 memset(&tms34061.latchram[offs], tms34061.latchdata, 1 << tms34061.intf.rowshift); in tms34061_r()
510 offs = col << tms34061.intf.rowshift; in tms34061_r()
H A Dtms34061.h40 UINT8 rowshift; /* VRAM address is (row << rowshift) | col */ member
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dtms34061_vidhrdw.c431 offs = ((row << tms34061.intf.rowshift) | col) & tms34061.vrammask; in tms34061_w()
442 offs = col << tms34061.intf.rowshift; in tms34061_w()
447 memcpy(&tms34061.vram[offs], tms34061.shiftreg, 1 << tms34061.intf.rowshift); in tms34061_w()
448 memset(&tms34061.latchram[offs], tms34061.latchdata, 1 << tms34061.intf.rowshift); in tms34061_w()
454 offs = col << tms34061.intf.rowshift; in tms34061_w()
492 offs = ((row << tms34061.intf.rowshift) | col) & tms34061.vrammask; in tms34061_r()
498 offs = col << tms34061.intf.rowshift; in tms34061_r()
503 memcpy(&tms34061.vram[offs], tms34061.shiftreg, 1 << tms34061.intf.rowshift); in tms34061_r()
504 memset(&tms34061.latchram[offs], tms34061.latchdata, 1 << tms34061.intf.rowshift); in tms34061_r()
510 offs = col << tms34061.intf.rowshift; in tms34061_r()
H A Dtms34061.h40 UINT8 rowshift; /* VRAM address is (row << rowshift) | col */ member
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dtms34061.h36 void set_rowshift(u8 rowshift) { m_rowshift = rowshift; } in set_rowshift() argument
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dtms34061.h36 void set_rowshift(u8 rowshift) { m_rowshift = rowshift; } in set_rowshift() argument
/dports/emulators/tilem/tilem-2.0/emu/
H A Dlcd.c74 calc->lcd.rowshift = 0; in tilem_lcd_reset()
120 calc->lcd.rowshift = val - 0x40; in tilem_lcd_t6a04_control()
243 j = (i + calc->lcd.rowshift) % 64; in tilem_lcd_t6a04_get_data()
H A Dstate.c480 calc->lcd.rowshift = value; in load_new_sav_file()
732 calc->lcd.rowshift); in tilem_calc_save_state()
H A Dtilem.h424 int rowshift; /* Starting row for display */ member
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dtms34061.h12 void tms34061_init(UINT8 rowshift, UINT32 ram_size, void (*partial_update)(), void (*callback)(INT3…
H A Dtms34061.cpp95 void tms34061_init(UINT8 rowshift, UINT32 ram_size, void (*partial_update)(), void (*callback)(INT3… in tms34061_init() argument
100 m_rowshift = rowshift; in tms34061_init()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dtms34061.h12 void tms34061_init(UINT8 rowshift, UINT32 ram_size, void (*partial_update)(), void (*callback)(INT3…
H A Dtms34061.cpp95 void tms34061_init(UINT8 rowshift, UINT32 ram_size, void (*partial_update)(), void (*callback)(INT3… in tms34061_init() argument
100 m_rowshift = rowshift; in tms34061_init()