summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video
diff options
context:
space:
mode:
author Wilbert Pol <wilbertpol@users.noreply.github.com>2015-08-01 16:39:10 +0200
committer Wilbert Pol <wilbertpol@users.noreply.github.com>2015-08-02 21:25:53 +0200
commit12aa1de21744e9a45e05b8cb83a3b91825590521 (patch)
treedbce8638f8a8f288850b30b96c26c2ed2e98d31e /src/mess/video
parent435c80ef16b73e7c7c241036b8ca3bf6b5afcbc4 (diff)
pdp1.c: reduce tagmap lookups (nw)
Diffstat (limited to 'src/mess/video')
-rw-r--r--src/mess/video/pdp1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mess/video/pdp1.c b/src/mess/video/pdp1.c
index eea7b521679..2e91b2cadeb 100644
--- a/src/mess/video/pdp1.c
+++ b/src/mess/video/pdp1.c
@@ -22,7 +22,6 @@
#include "emu.h"
#include "cpu/pdp1/pdp1.h"
#include "includes/pdp1.h"
-#include "video/crt.h"
@@ -48,8 +47,6 @@ void pdp1_state::video_start()
const rectangle typewriter_bitmap_bounds(0, typewriter_window_width-1, 0, typewriter_window_height-1);
m_typewriter_bitmap.fill(pen_typewriter_bg, typewriter_bitmap_bounds);
-
- m_crt = machine().device<crt_device>("crt");
}