Home
last modified time | relevance | path

Searched refs:MAWR (Results 1 – 25 of 56) sorted by relevance

123

/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/hw_video/huc6270/
H A Dvdc.cpp99 value = MAWR; in GetRegister()
186 MAWR = value & 0xFFFF; in SetRegister()
1306 case 0x00: VDC_REGSETP(MAWR, V, msb); break; in Write()
1332 pending_write_addr = MAWR; in Write()
1334 MAWR += vram_inc_tab[(CR >> 11) & 0x3]; in Write()
1442 case 0x00: MAWR = V; break; in Write16()
1461 pending_write_addr = MAWR; in Write16()
1463 MAWR += vram_inc_tab[(CR >> 11) & 0x3]; in Write16()
1589 MAWR = 0; in Reset()
1714 SFVARN(MAWR, "MAWR"), in StateAction()
H A Dvdc.h78 Simulate_MAWR = MAWR; in ResetSimulate()
435 uint16 MAWR; // Memory Address Write Register variable
/dports/emulators/mednafen/mednafen/src/hw_video/huc6270/
H A Dvdc.cpp103 value = MAWR; in GetRegister()
221 MAWR = value & 0xFFFF; in SetRegister()
1338 case 0x00: VDC_REGSETP(MAWR, V, msb); in Write()
1364 pending_write_addr = MAWR; in Write()
1366 MAWR += vram_inc_tab[(CR >> 11) & 0x3]; in Write()
1471 case 0x00: MAWR = V; in Write16()
1492 pending_write_addr = MAWR; in Write16()
1494 MAWR += vram_inc_tab[(CR >> 11) & 0x3]; in Write16()
1624 MAWR = 0; in Reset()
1750 SFVARN(MAWR, "MAWR"), in StateAction()
H A Dvdc.h81 Simulate_MAWR = MAWR; in ResetSimulate()
436 uint16 MAWR; // Memory Address Write Register variable
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/hw_video/huc6270/
H A Dvdc_video.cpp109 value = MAWR; in GetRegister()
227 MAWR = value & 0xFFFF; in SetRegister()
1381 case 0x00: VDC_REGSETP(MAWR, V, msb); in Write()
1407 pending_write_addr = MAWR; in Write()
1409 MAWR += vram_inc_tab[(CR >> 11) & 0x3]; in Write()
1514 case 0x00: MAWR = V; in Write16()
1535 pending_write_addr = MAWR; in Write16()
1537 MAWR += vram_inc_tab[(CR >> 11) & 0x3]; in Write16()
1667 MAWR = 0; in Reset()
1780 SFVARN(MAWR, "MAWR"), in StateAction()
H A Dvdc.h81 Simulate_MAWR = MAWR; in ResetSimulate()
419 uint16 MAWR; // Memory Address Write Register variable
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/pce_fast/
H A Dvdc.c395 case 0x00: REGSETP(vdc->MAWR, V, msb); break; in DECLFW()
408 if(vdc->MAWR < VRAM_Size) in DECLFW()
414 vdc->VRAM[vdc->MAWR] = (V << 8) | vdc->write_latch; in DECLFW()
415 FixTileCache(vdc, vdc->MAWR); in DECLFW()
416 vdc->spr_tile_clean[vdc->MAWR >> 6] = 0; in DECLFW()
423 vdc->MAWR += vram_inc_tab[(vdc->CR >> 11) & 0x3]; in DECLFW()
1174 SFVARN(vdc->MAWR, "MAWR"), in VDC_StateAction()
H A Dvdc.h66 uint16 MAWR; // Memory Address Write Register member
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/pce_fast/
H A Dvdc.cpp449 REGSETP(vdc->MAWR, V, msb); in DECLFW()
466 if (vdc->MAWR < VRAM_Size) in DECLFW()
472 vdc->VRAM[vdc->MAWR] = (V << 8) | vdc->write_latch; in DECLFW()
473 FixTileCache(vdc, vdc->MAWR); in DECLFW()
474 vdc->spr_tile_clean[vdc->MAWR >> 6] = 0; in DECLFW()
481 vdc->MAWR += vram_inc_tab[(vdc->CR >> 11) & 0x3]; in DECLFW()
1395 SFVARN(vdc->MAWR, "MAWR"), in VDC_StateAction()
H A Dvdc.h58 uint16 MAWR; // Memory Address Write Register member
/dports/emulators/mednafen/mednafen/src/pce_fast/
H A Dvdc.cpp553 case 0x00: REGSETP(vdc->MAWR, V, msb); break; in DECLFW()
566 if(vdc->MAWR < VRAM_Size) in DECLFW()
572 vdc->VRAM[vdc->MAWR] = (V << 8) | vdc->write_latch; in DECLFW()
573 FixTileCache(vdc, vdc->MAWR); in DECLFW()
574 vdc->spr_tile_clean[vdc->MAWR >> 6] = 0; in DECLFW()
581 vdc->MAWR += vram_inc_tab[(vdc->CR >> 11) & 0x3]; in DECLFW()
1683 SFVARN(vdc->MAWR, "MAWR"), in VDC_StateAction()
H A Dvdc.h61 uint16 MAWR; // Memory Address Write Register member
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dhuc6270.cpp63 MAWR = 0x00, enumerator
649 case MAWR: /* memory address write register LSB */ in write()
741 case MAWR: /* memory address write register MSB */ in write()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dhuc6270.cpp63 MAWR = 0x00, enumerator
649 case MAWR: /* memory address write register LSB */ in write()
741 case MAWR: /* memory address write register MSB */ in write()
/dports/emulators/hugo/hugo-2.12/
H A Dhard_pce.h244 MAWR, /* 0 */ /* Memory Address Write Register */ enumerator
H A Dpce.c1193 VRAM[io.VDC[MAWR].W * 2] = io.vdc_ratch; in IO_write()
1194 VRAM[io.VDC[MAWR].W * 2 + 1] = V; in IO_write()
1196 vchange[io.VDC[MAWR].W / 16] = 1; in IO_write()
1197 vchanges[io.VDC[MAWR].W / 64] = 1; in IO_write()
1199 io.VDC[MAWR].W += io.vdc_inc; in IO_write()
H A Dpcecd.c464 …ad %x from ADPCM[%04X] to VRAM : 0X%04X\n", PCM[io.adpcm_rptr], io.adpcm_rptr, io.VDC[MAWR].W * 2); in pce_cd_handle_read_1800()
H A Dview_inf.c111 sprintf (tmp_buf, " VRAM WRITE PTR : %04X", io.VDC[MAWR].W * 2); in display_cd_var()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dvdc.cpp276 enum vdc_regs {MAWR = 0, MARR, VxR, reg3, reg4, CR, RCR, BXR, BYR, MWR, HSR, HDR, VPR, VDW, VCR, DC… enumerator
1078 INT32 voff = vdc_data[which][MAWR] * 2; in vdc_write()
1083 vdc_data[which][MAWR] += vdc_inc[which]; in vdc_write()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dvdc.cpp313 enum vdc_regs {MAWR = 0, MARR, VxR, reg3, reg4, CR, RCR, BXR, BYR, MWR, HSR, HDR, VPR, VDW, VCR, DC… enumerator
1137 INT32 voff = vdc_data[which][MAWR] * 2; in vdc_write()
1142 vdc_data[which][MAWR] += vdc_inc[which]; in vdc_write()
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/jquery/dist/
H A Djquery.slim.min.map1 …AMpiB,IAAQoiB,GACb9nB,KAAKkoB,IAAKxiB,EAAM5D,EAAUgmB,EAAOpiB,GAElC,OAAO1F,MAWR,MATK8B,MAAa,GAA6B,k…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/
H A Djquery.min.map1 …AMriB,IAAQqiB,GACbhoB,KAAKooB,IAAKziB,EAAM7D,EAAUkmB,EAAOriB,GAElC,OAAO3F,MAWR,MATK8B,MAAa,GAA6B,k…
/dports/www/elgg/elgg-3.3.23/vendor/bower-asset/jquery/dist/
H A Djquery.min.map1 …IAAMzgB,IAAQygB,GACbplB,KAAK4e,IAAKja,EAAM7D,EAAUskB,EAAOzgB,GAElC,OAAO3E,MAWR,MATKc,MAAa,GAA6B,kB…
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/
H A Djquery.min.map1 …AMriB,IAAQqiB,GACbhoB,KAAKooB,IAAKziB,EAAM7D,EAAUkmB,EAAOriB,GAElC,OAAO3F,MAWR,MATK8B,MAAa,GAA6B,k…
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/components/jquery/
H A Djquery.min.map1 …IAAMzgB,IAAQygB,GACbplB,KAAK4e,IAAKja,EAAM7D,EAAUskB,EAAOzgB,GAElC,OAAO3E,MAWR,MATKc,MAAa,GAA6B,kB…

123