timing tests
authornotaz <notasas@gmail.com>
Sat, 21 Oct 2017 14:50:54 +0000 (17:50 +0300)
committernotaz <notasas@gmail.com>
Sat, 21 Oct 2017 14:50:54 +0000 (17:50 +0300)
testpico/Makefile
testpico/asmtools.S [moved from testpico/asmtools.s with 68% similarity]
testpico/asmtools.h
testpico/main.c

index 4f18bdb..5770d46 100644 (file)
@@ -31,7 +31,7 @@ fill: fill.c
        $(HOSTCC) -o $@ $^ -Wall -O2
 
 %.o: %.S
-       $(CC) -c -o $@ $^ $(ASFLAGS_CC)
+       $(CC) -c -o $@ $^ $(CFLAGS) $(ASFLAGS_CC)
 
 %.bin80: %.s80
        sjasm $< $@
similarity index 68%
rename from testpico/asmtools.s
rename to testpico/asmtools.S
index b6247e8..a2c40fd 100644 (file)
@@ -70,10 +70,17 @@ get_input:
 write_and_read1:
     ldarg       0, 0, a0
     ldargw      1, 0, d0
-    ldarg       2, 0, a1
+#ifndef PICO
     move.w      d0, (a0)
+#else
+    movea.l     a0, a1
+    subq.l      #1, a1
+    move.w      d0, 1(a1)
+#endif
     move.l      (a0), d0
     move.l      (a0), d1
+
+    ldarg       2, 0, a1
     move.l      d0, (a1)+
     move.l      d1, (a1)+
     rts
@@ -116,8 +123,8 @@ memset_:
 
 # tests
 
-.global do_vcnt_vb
-do_vcnt_vb:
+.global test_vcnt_vb
+test_vcnt_vb:
     movem.l     d2-d7/a2, -(sp)
     movea.l     #0xc00007, a0
     movea.l     #0xc00008, a1
@@ -211,5 +218,108 @@ test_vint:
 .global test_vint_end
 test_vint_end:
 
+# some nastyness from Fatal Rewind
+.global test_h_v_2
+test_h_v_2:
+    move.w      #0x2000, sr
+    move.w      #0x8014, (0xFFC00004).l
+    move.w      #0x8164, (0xFFC00004).l
+    move.w      #1, d0
+0:
+    dbra        d0, 0b
+    move.w      #0x2700, sr
+    rts
+
+.global test_v_h_2
+test_v_h_2:
+    move.w      #0x2000, sr
+    movea.l     #0xc00004, a0
+    move.w      #0x8164, (a0)
+    move.w      #0x8144, (a0)
+    move.w      #480/2/10-1, d0
+0:
+    dbra        d0, 0b
+    move.w      #0x8164, (0xFFC00004).l
+    move.w      #0x8014, (0xFFC00004).l
+    move.w      #0x2700, sr
+    rts
+
+.global test_f_vint
+test_f_vint:
+    move.w      (a1), d0
+    rte
+.global test_f_vint_end
+test_f_vint_end:
+
+.global test_f
+test_f:
+    movea.l     #0xc00005, a0
+    movea.l     #0xc00004, a1
+    move.w      #0x2000, sr
+0:
+    btst        #3, (a0)
+    bne         0b
+0:
+    btst        #3, (a0)
+    beq         0b
+    movem.l     d2-d7/a2, -(sp)
+    move.l      (a1), d1
+    move.l      (a1), d2
+    move.l      (a1), d3
+    move.l      (a1), d4
+    move.l      (a1), d5
+    move.l      (a1), d6
+    move.w      #0x2700, sr
+    movea.l     #0xff0000, a0
+    move.b      d0, (a0)+
+    move.b      #0, (a0)+
+.macro test_lb_s sr, dr
+    swap        \sr
+    move.b      \sr, (\dr)+
+    swap        \sr
+    move.b      \sr, (\dr)+
+.endm
+    test_lb_s   d1, a0
+    test_lb_s   d2, a0
+    test_lb_s   d3, a0
+    test_lb_s   d4, a0
+    test_lb_s   d5, a0
+    movem.l     (sp)+, d2-d7/a2
+       rts
+
+.global test_hb
+test_hb:
+    movem.l     d2-d7, -(sp)
+    movea.l     #0xc00004, a0
+    movea.l     #0xc00008, a1
+    moveq.l     #1, d0
+0:
+    cmp.b       (a1), d0
+    beq         0b
+0:
+    cmp.b       (a1), d0
+    bne         0b
+    move.l      (a0), d0
+    move.l      (a0), d1
+    move.l      (a0), d2
+    movea.l     #0xff0000, a1
+    movea.l     #0xff0000, a1
+    nop
+    nop
+    move.l      (a0), d3
+    move.l      (a0), d4
+    move.l      (a0), d5
+    move.l      (a0), d6
+    move.l      (a0), d7
+    test_lb_s   d0, a1
+    test_lb_s   d1, a1
+    test_lb_s   d2, a1
+    test_lb_s   d3, a1
+    test_lb_s   d4, a1
+    test_lb_s   d5, a1
+    test_lb_s   d6, a1
+    test_lb_s   d7, a1
+    movem.l     (sp)+, d2-d7
+       rts
 
 # vim:filetype=asmM68k:ts=4:sw=4:expandtab
index 6154eb8..4043819 100644 (file)
@@ -18,9 +18,15 @@ short move_sr_and_read(unsigned short sr, unsigned int a);
 void  memcpy_(void *dst, const void *src, unsigned short size);
 void  memset_(void *dst, int d, unsigned short size);
 
-void  do_vcnt_vb(void);
+void test_vcnt_vb(void);
+void test_f(void);
+void test_hb(void);
+void test_v_h_2(void);
+void test_h_v_2(void);
 
 extern const char test_hint[];
 extern const char test_hint_end[];
 extern const char test_vint[];
 extern const char test_vint_end[];
+extern const char test_f_vint[];
+extern const char test_f_vint_end[];
index ac179db..804fc61 100644 (file)
@@ -635,6 +635,7 @@ static int t_dma_short_cmd(void)
     write32(VDP_CTRL_PORT, CTL_WRITE_VRAM(0xfff0));
     write32(VDP_DATA_PORT, 0x20212223);
     write32(VDP_DATA_PORT, 0x30313233);
+    vdp_wait_for_fifo_empty();
 
     do_setup_dma(src, 2);
     write32(VDP_CTRL_PORT, CTL_WRITE_VRAM(0xfff0) | CTL_WRITE_DMA);
@@ -662,6 +663,7 @@ static int t_dma_fill3_odd(void)
     write32(VDP_DATA_PORT, 0);
     write32(VDP_DATA_PORT, 0);
     write32(VDP_DATA_PORT, 0);
+    vdp_wait_for_fifo_empty();
 
     VDP_setReg(VDP_AUTOINC, 3);
     VDP_setReg(VDP_DMA_LEN0, 3);
@@ -691,6 +693,7 @@ static int t_dma_fill3_even(void)
     write32(VDP_DATA_PORT, 0);
     write32(VDP_DATA_PORT, 0);
     write32(VDP_DATA_PORT, 0);
+    vdp_wait_for_fifo_empty();
 
     VDP_setReg(VDP_AUTOINC, 3);
     VDP_setReg(VDP_DMA_LEN0, 3);
@@ -924,6 +927,29 @@ static int t_vdp_reg_cmd(void)
     return ok;
 }
 
+static int t_vdp_sr_vb(void)
+{
+    u16 sr[4];
+    int ok = 1;
+
+    while (read8(VDP_HV_COUNTER) != 242)
+        ;
+    sr[0] = read16(VDP_CTRL_PORT);
+    VDP_setReg(VDP_MODE2, VDP_MODE2_MD);
+    sr[1] = read16(VDP_CTRL_PORT);
+    while (read8(VDP_HV_COUNTER) != 4)
+        ;
+    sr[2] = read16(VDP_CTRL_PORT);
+    VDP_setReg(VDP_MODE2, VDP_MODE2_MD | VDP_MODE2_DMA | VDP_MODE2_DISP);
+    sr[3] = read16(VDP_CTRL_PORT);
+
+    expect_bits(ok, sr[0], SR_VB, SR_VB);
+    expect_bits(ok, sr[1], SR_VB, SR_VB);
+    expect_bits(ok, sr[2], SR_VB, SR_VB);
+    expect_bits(ok, sr[3], 0, SR_VB);
+    return ok;
+}
+
 /* z80 tests assume busreq state */
 static int t_z80mem_long_mirror(void)
 {
@@ -1127,7 +1153,7 @@ static int t_tim_z80_bank_rom(void)
 
 /* borderline too slow */
 #if 0
-static void do_vcnt_vb(void)
+static void test_vcnt_vb(void)
 {
     const u32 *srhv = (u32 *)0xc00006; // to read SR and HV counter
     u32 *ram = (u32 *)0xff0000;
@@ -1174,7 +1200,7 @@ static int t_tim_vcnt(void)
     u16 lines = pal ? 313 : 262;
     int ok = 1;
 
-    do_vcnt_vb();
+    test_vcnt_vb();
     expect(ok, ram[0*4+2], 0); // line 0
     expect_bits(ok, ram[0*4+1], 0, SR_VB);
     expect(ok, ram[1*4+2], 223); // last no blank
@@ -1195,6 +1221,45 @@ static int t_tim_vcnt(void)
     return ok;
 }
 
+static int t_tim_hblank_h40(void)
+{
+    const u8 *r = (u8 *)0xff0000;
+    int ok = 1;
+
+    test_hb();
+
+    // set: 0-2
+    expect_bits(ok, r[2], SR_HB, SR_HB);
+    expect_bits(ok, r[5], SR_HB, SR_HB);
+    // <wait>
+    expect_bits(ok, r[7], SR_HB, SR_HB);
+    // clear: 8-11
+    expect_bits(ok, r[12], 0, SR_HB);
+    return ok;
+}
+
+static int t_tim_hblank_h32(void)
+{
+    const u8 *r = (u8 *)0xff0000;
+    int ok = 1;
+
+    VDP_setReg(VDP_MODE4, 0x00);
+    test_hb();
+    VDP_setReg(VDP_MODE4, 0x81);
+
+#ifndef PICO
+    expect_bits(ok, r[0], 0, SR_HB);
+#endif
+    // set: 1-4
+    expect_bits(ok, r[4], SR_HB, SR_HB);
+    expect_bits(ok, r[5], SR_HB, SR_HB);
+    // <wait>
+    expect_bits(ok, r[8], SR_HB, SR_HB);
+    // clear: 9-11
+    expect_bits(ok, r[12], 0, SR_HB);
+    return ok;
+}
+
 static int t_tim_vdp_as_vram_w(void)
 {
     int ok = 1;
@@ -1258,7 +1323,7 @@ static int t_irq_hint(void)
     ram[0] = ram[1] = ram[2] = 0;
     // count irqs
     move_sr(0x2000);
-    while (read8(VDP_HV_COUNTER) != 3)
+    while (read8(VDP_HV_COUNTER) != 4)
         ;
     while (read8(VDP_HV_COUNTER) != 228)
         ;
@@ -1311,6 +1376,37 @@ static int t_irq_ack_v_h(void)
     return ok;
 }
 
+static int t_irq_ack_v_h_2(void)
+{
+    u16 *ram = (u16 *)0xfff000;
+    u8 *ram8 = (u8 *)0xfff000;
+    u16 s0, s1;
+    int ok = 1;
+
+    ram[0] = ram[1] = ram[2] =
+    ram[4] = ram[5] = ram[6] = 0;
+    memcpy_((void *)0xff0100, test_hint, test_hint_end - test_hint);
+    memcpy_((void *)0xff0140, test_vint, test_vint_end - test_vint);
+    VDP_setReg(10, 0);
+    while (read8(VDP_HV_COUNTER) != 100)
+        ;
+    while (read8(VDP_HV_COUNTER) != 226)
+        ;
+    s0 = read16(VDP_CTRL_PORT);
+    test_v_h_2();
+    s1 = read16(VDP_CTRL_PORT);
+    VDP_setReg(VDP_MODE1, VDP_MODE1_PS);
+    VDP_setReg(VDP_MODE2, VDP_MODE2_MD | VDP_MODE2_DMA | VDP_MODE2_DISP);
+
+    expect(ok, ram[4], 2);     // vint count
+    expect(ok, ram8[10], 226); // vint line
+    expect(ok, ram[0], 1);     // hint count
+    expect(ok, ram8[2], 227);  // hint line
+    expect_bits(ok, s0, SR_F, SR_F);
+    expect_bits(ok, s1, 0, SR_F);
+    return ok;
+}
+
 static int t_irq_ack_h_v(void)
 {
     u16 *ram = (u16 *)0xfff000;
@@ -1334,7 +1430,6 @@ static int t_irq_ack_h_v(void)
     s1 = read16(VDP_CTRL_PORT);
     write_and_read1(VDP_CTRL_PORT, 0x8000 | (VDP_MODE2 << 8)
                      | VDP_MODE2_MD | VDP_MODE2_IE0, s);
-    burn10(488 / 10);
     move_sr(0x2700);
     VDP_setReg(VDP_MODE1, VDP_MODE1_PS);
     VDP_setReg(VDP_MODE2, VDP_MODE2_MD | VDP_MODE2_DMA | VDP_MODE2_DISP);
@@ -1352,6 +1447,88 @@ static int t_irq_ack_h_v(void)
     return ok;
 }
 
+static int t_irq_ack_h_v_2(void)
+{
+    u16 *ram = (u16 *)0xfff000;
+    u8 *ram8 = (u8 *)0xfff000;
+    u16 s0, s1;
+    int ok = 1;
+
+    ram[0] = ram[1] = ram[2] =
+    ram[4] = ram[5] = ram[6] = 0;
+    memcpy_((void *)0xff0100, test_hint, test_hint_end - test_hint);
+    memcpy_((void *)0xff0140, test_vint, test_vint_end - test_vint);
+    VDP_setReg(10, 0);
+    while (read8(VDP_HV_COUNTER) != 100)
+        ;
+    while (read8(VDP_HV_COUNTER) != 226)
+        ;
+    s0 = read16(VDP_CTRL_PORT);
+    test_h_v_2();
+    s1 = read16(VDP_CTRL_PORT);
+    VDP_setReg(VDP_MODE1, VDP_MODE1_PS);
+    VDP_setReg(VDP_MODE2, VDP_MODE2_MD | VDP_MODE2_DMA | VDP_MODE2_DISP);
+
+    expect(ok, ram[0], 2);     // hint count
+    expect(ok, ram8[2], 226);  // hint first line
+    expect(ok, ram8[4], 226);  // hint last line
+    expect(ok, ram[4], 0);     // vint count
+    expect(ok, ram8[10], 0);   // vint line
+    expect_bits(ok, s0, SR_F, SR_F);
+    expect_bits(ok, s1, 0, SR_F);
+    return ok;
+}
+
+static void t_irq_f_flag(void)
+{
+    memcpy_((void *)0xff0140, test_f_vint, test_f_vint_end - test_f_vint);
+    memset_((void *)0xff0000, 0, 10);
+    VDP_setReg(VDP_MODE2, VDP_MODE2_MD | VDP_MODE2_IE0 | VDP_MODE2_DISP);
+    test_f();
+    VDP_setReg(VDP_MODE2, VDP_MODE2_MD | VDP_MODE2_DMA | VDP_MODE2_DISP);
+}
+
+static int t_irq_f_flag_h40(void)
+{
+    u8 f, *r = (u8 *)0xff0000;
+    int ok = 1;
+
+    t_irq_f_flag();
+
+    expect_bits(ok, r[0], 0, SR_F);
+    expect_bits(ok, r[1], 0, SR_F);
+    expect_bits(ok, r[2], 0, SR_F);
+    // hits 1-3 times in range 3-9, usually ~5
+    f = r[3] | r[4] | r[5] | r[6] | r[7];
+
+    expect_bits(ok, r[10], 0, SR_F);
+    expect_bits(ok, r[11], 0, SR_F);
+    expect_bits(ok, f, SR_F, SR_F);
+    return ok;
+}
+
+static int t_irq_f_flag_h32(void)
+{
+    u8 f, *r = (u8 *)0xff0000;
+    int ok = 1;
+
+    VDP_setReg(VDP_MODE4, 0x00);
+    t_irq_f_flag();
+    VDP_setReg(VDP_MODE4, 0x81);
+
+    expect_bits(ok, r[0], 0, SR_F);
+    expect_bits(ok, r[1], 0, SR_F);
+    // hits 1-3 times in range 2-7, usually 3
+    f = r[2] | r[3] | r[4] | r[5] | r[6] | r[7];
+
+    expect_bits(ok, r[8], 0, SR_F);
+    expect_bits(ok, r[9], 0, SR_F);
+    expect_bits(ok, r[10], 0, SR_F);
+    expect_bits(ok, r[11], 0, SR_F);
+    expect_bits(ok, f, SR_F, SR_F);
+    return ok;
+}
+
 static const struct {
     int (*test)(void);
     const char *name;
@@ -1375,6 +1552,7 @@ static const struct {
     { t_vdp_128k_b16,        "vdp 128k addr bit16" },
     // { t_vdp_128k_b16_inc,    "vdp 128k bit16 inc" }, // mystery
     { t_vdp_reg_cmd,         "vdp reg w cmd reset" },
+    { t_vdp_sr_vb,           "vdp status reg vb" },
     { t_z80mem_long_mirror,  "z80 ram long mirror" },
     { t_z80mem_noreq_w,      "z80 ram noreq write" },
     { t_z80mem_vdp_r,        "z80 vdp read" },
@@ -1385,11 +1563,17 @@ static const struct {
     { t_tim_z80_vdp,         "time z80 vdp" },
     { t_tim_z80_bank_rom,    "time z80 bank rom" },
     { t_tim_vcnt,            "time V counter" },
+    { t_tim_hblank_h40,      "time hblank h40" },
+    { t_tim_hblank_h32,      "time hblank h32" },
     { t_tim_vdp_as_vram_w,   "time vdp vram w" },
     { t_tim_vdp_as_cram_w,   "time vdp cram w" },
     { t_irq_hint,            "irq4 / line" },
     { t_irq_ack_v_h,         "irq ack v-h" },
+    { t_irq_ack_v_h_2,       "irq ack v-h 2" },
     { t_irq_ack_h_v,         "irq ack h-v" },
+    { t_irq_ack_h_v_2,       "irq ack h-v 2" },
+    { t_irq_f_flag_h40,      "irq f flag h40" },
+    { t_irq_f_flag_h32,      "irq f flag h32" },
 };
 
 static void setup_z80(void)
@@ -1432,7 +1616,7 @@ static void wait_next_vsync(void)
         /* not blanking */;
 }
 
-static int hexinc(char *c)
+static unused int hexinc(char *c)
 {
     (*c)++;
     if (*c > 'f') {
@@ -1554,6 +1738,14 @@ int main()
 
         write32(VDP_CTRL_PORT, CTL_WRITE_VRAM(APLANE));
 
+#if 0
+        for (i = 0, c[0] = 'a'; i < 8 * 1024 / 2; i++) {
+            write16(VDP_DATA_PORT, (u16)c[0] - 32 + TILE_FONT_BASE / 32);
+            c[0]++;
+            if (c[0] == 'z' + 1)
+                c[0] = 'a';
+        }
+#else
         for (i = 0; i < 8 * 1024 / 2 / 4; i++) {
             write16(VDP_DATA_PORT, (u16)'.'  - 32 + TILE_FONT_BASE / 32);
             write16(VDP_DATA_PORT, (u16)c[2] - 32 + TILE_FONT_BASE / 32);
@@ -1563,6 +1755,7 @@ int main()
                 if (hexinc(&c[1]))
                     hexinc(&c[2]);
         }
+#endif
         while (get_input() & BTNM_A)
             wait_next_vsync();