summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/pc_t1t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/pc_t1t.h')
-rw-r--r--src/mess/video/pc_t1t.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mess/video/pc_t1t.h b/src/mess/video/pc_t1t.h
new file mode 100644
index 00000000000..f6472d562d8
--- /dev/null
+++ b/src/mess/video/pc_t1t.h
@@ -0,0 +1,10 @@
+#ifndef PC_T1T_H
+#define PC_T1T_H
+
+#define T1000_SCREEN_NAME "screen"
+#define T1000_MC6845_NAME "mc6845_t1000"
+
+MACHINE_CONFIG_EXTERN( pcvideo_t1000 );
+MACHINE_CONFIG_EXTERN( pcvideo_pcjr );
+
+#endif /* PC_T1T_H */