From 8c7e9ce9810213f618b17ed726716bb0e2a3a6c3 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Wed, 26 Feb 2014 12:29:55 +0000 Subject: [PATCH] Don't allocate gigs in -listxml please (nw) --- src/emu/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/screen.c b/src/emu/screen.c index b3327eb20ad..7c6e2dc4ead 100644 --- a/src/emu/screen.c +++ b/src/emu/screen.c @@ -1371,7 +1371,7 @@ crt_monitor::crt_monitor(void) set_param(m_param); m_horz_pixel = 0; m_vert_pixel = 0; - resize(288*11/8 * 3, 288*11/8 * 3 / 4 * 3); +// resize(288*11/8 * 3, 288*11/8 * 3 / 4 * 3); }