Home
last modified time | relevance | path

Searched refs:ddfstop (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dblitter.c1590 void blitter_slowdown (int ddfstrt, int ddfstop, int totalcycles, int freecycles) in blitter_slowdown() argument
1595 if (!totalcycles || ddfstrt < 0 || ddfstop < 0) in blitter_slowdown()
1597 if (ddfstrt != oddfstrt || ddfstop != oddfstop || totalcycles != ototal || ofree != freecycles) { in blitter_slowdown()
1598 int linecycles = ((ddfstop - ddfstrt + totalcycles - 1) / totalcycles) * totalcycles; in blitter_slowdown()
1599 int freelinecycles = ((ddfstop - ddfstrt + totalcycles - 1) / totalcycles) * freecycles; in blitter_slowdown()
1602 oddfstop = ddfstop; in blitter_slowdown()
H A Dcustom.c286 static unsigned int ddfstrt, ddfstop, ddfstrt_old_hpos; variable
1882 if (ddfstop >= (unsigned int)last_fetch_hpos && plfstop < ddfstop_to_test) in update_fetch()
3428 plfstop = ddfstop; in calcdiw()
4283 if (ddfstop > 0xD4 && (ddfstrt & 4) == 4) { in DDFSTRT()
4287 write_log (_T("WARNING! Very strange DDF values (%x %x).\n"), ddfstrt, ddfstop); in DDFSTRT()
4296 if (ddfstop == v && (unsigned int)(hpos + 2) != ddfstop) in DDFSTOP()
4302 ddfstop = v; in DDFSTOP()
4306 if (ddfstop > 0xD4 && (ddfstrt & 4) == 4) { in DDFSTOP()
4309 write_log (_T("WARNING! Very strange DDF values (%x).\n"), ddfstop); in DDFSTOP()
7658 ddfstop = RW; /* 094 DDFSTOP */ in restore_custom()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dblitter.cpp1742 void blitter_slowdown (int ddfstrt, int ddfstop, int totalcycles, int freecycles) in blitter_slowdown() argument
1747 if (!totalcycles || ddfstrt < 0 || ddfstop < 0) in blitter_slowdown()
1749 if (ddfstrt != oddfstrt || ddfstop != oddfstop || totalcycles != ototal || ofree != freecycles) { in blitter_slowdown()
1750 int linecycles = ((ddfstop - ddfstrt + totalcycles - 1) / totalcycles) * totalcycles; in blitter_slowdown()
1751 int freelinecycles = ((ddfstop - ddfstrt + totalcycles - 1) / totalcycles) * freecycles; in blitter_slowdown()
1754 oddfstop = ddfstop; in blitter_slowdown()
H A Dcustom.cpp281 static unsigned int ddfstrt, ddfstop; variable
4416 plfstop = ddfstop - DDF_OFFSET;
5519 if (ddfstop > 0xD4 && (ddfstrt & 4) == 4) {
5523 write_log (_T("WARNING! Very strange DDF values (%x %x).\n"), ddfstrt, ddfstop);
5544 } else if (hpos == ddfstop - DDF_OFFSET) {
5551 ddfstop = v;
5555 if (ddfstop > 0xD4 && (ddfstrt & 4) == 4) {
5558 write_log (_T("WARNING! Very strange DDF values (%x).\n"), ddfstop);
8717 (unsigned int)diwstrt, (unsigned int)diwstop, (unsigned int)ddfstrt, (unsigned int)ddfstop);
9359 ddfstop = RW; /* 094 DDFSTOP */
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/od-amiga/
H A Damiga-kludges.h76 #define ddfstop my_ddfstop macro
/dports/emulators/uae/uae-0.8.29/src/od-amiga/
H A Damiga-kludges.h76 #define ddfstop my_ddfstop macro
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c127 static int ddfstrt, ddfstop; variable
1249 if (ddfstop >= last_fetch_hpos && ddfstop < HARD_DDF_STOP) in update_fetch()
1250 ddfstop_to_test = ddfstop; in update_fetch()
2031 plfstop = ddfstop; in calcdiw()
2433 if (ddfstop > 0xD4 && (ddfstrt & 4) == 4) { in DDFSTRT()
2448 if (ddfstop == v) in DDFSTOP()
2452 ddfstop = v; in DDFSTOP()
2456 if (ddfstop > 0xD4 && (ddfstrt & 4) == 4) { in DDFSTOP()
3671 (unsigned int)diwstrt, (unsigned int)diwstop, (unsigned int)ddfstrt, (unsigned int)ddfstop); in dumpcustom()
4116 ddfstop = RW; /* 094 DDFSTOP */ in restore_custom()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h151 unsigned short ddfstop; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h151 unsigned short ddfstop; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/include/asm/
H A Damigahw.h151 unsigned short ddfstop; member
/dports/audio/uade/uade-2.13/amigasrc/score/
H A Dcustom.i103 ddfstop = $094
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c756 u_short ddfstop; member
1021 #define ddfstop2hw(ddfstop) div8(ddfstop) argument
1632 par->ddfstop = fstop; in ami_update_par()
1692 custom.ddfstop = ddfstop2hw(par->ddfstop); in ami_update_display()
2160 h_end2 = par->ddfstop + 64; in ami_rebuild_copper()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c756 u_short ddfstop; member
1021 #define ddfstop2hw(ddfstop) div8(ddfstop) argument
1632 par->ddfstop = fstop; in ami_update_par()
1692 custom.ddfstop = ddfstop2hw(par->ddfstop); in ami_update_display()
2160 h_end2 = par->ddfstop + 64; in ami_rebuild_copper()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Damifb.c756 u_short ddfstop; member
1021 #define ddfstop2hw(ddfstop) div8(ddfstop) argument
1632 par->ddfstop = fstop; in ami_update_par()
1692 custom.ddfstop = ddfstop2hw(par->ddfstop); in ami_update_display()
2160 h_end2 = par->ddfstop + 64; in ami_rebuild_copper()
/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Dhardware.pas306 ddfstop : Word;
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dhardware.pas306 ddfstop : Word;
/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Dhardware.pas425 ddfstop : Word;
/dports/audio/uade/uade-2.13/src/
H A Dcustom.c106 static unsigned int ddfstrt, ddfstop;