diff Makefile @ 1172:14eb8ff4fb03

Added synthetic test for tracking down interrupt timing issues
author Michael Pavone <pavone@retrodev.com>
date Mon, 16 Jan 2017 21:38:49 -0800
parents 928a65750345
children 2e6dcb5c11a2
line wrap: on
line diff
--- a/Makefile	Mon Jan 16 09:31:33 2017 -0800
+++ b/Makefile	Mon Jan 16 21:38:49 2017 -0800
@@ -209,6 +209,9 @@
 
 test_arm : test_arm.o gen_arm.o mem.o gen.o
 	$(CC) -o test_arm test_arm.o gen_arm.o mem.o gen.o
+	
+test_int_timing : test_int_timing.o vdp.o
+	$(CC) -o $@ $^
 
 gen_fib : gen_fib.o gen_x86.o mem.o
 	$(CC) -o gen_fib gen_fib.o gen_x86.o mem.o