Previous 199869 Revisions Next

r20585 Monday 28th January, 2013 at 17:31:50 UTC by R. Belmont
Fix pmac6100 regression caused by detagging (nw)
[src/mess/video]mac.c

trunk/src/mess/video/mac.c
r20584r20585
242242   visarea.min_x = 0;
243243   visarea.min_y = 0;
244244   view = 0;
245   m_rbv_montype = m_montype->read_safe(2);
245   if (m_montype)
246   {
247      m_rbv_montype = m_montype->read_safe(2);
248   }
249   else
250   {
251      m_rbv_montype = 2;
252   }
246253   switch (m_rbv_montype)
247254   {
248255      case 1: // 15" portrait display

Previous 199869 Revisions Next


© 1997-2024 The MAME Team