Previous 199869 Revisions Next

r41746 Monday 16th November, 2015 at 09:26:34 UTC by Robbbert
a6809: removed hack, not needed any more, and fixed recent regression. (nw)
[src/mame/drivers]a6809.cpp

trunk/src/mame/drivers/a6809.cpp
r250257r250258
148148   UINT16 temp = m_start_address;
149149   UINT16 temq = m_cursor_address;
150150
151   // data is 18, but we need 19, to give the 20 rows needed by the SAA5050
152   if (m_video_index == 9)
153      data++;
154
155151   m_crtc->register_w( space, 0, data );
156152
157153   // Get start address
r250257r250258
247243   MCFG_VIA6522_CB2_HANDLER(WRITELINE(a6809_state, cass_w))
248244   MCFG_VIA6522_IRQ_HANDLER(DEVWRITELINE("maincpu", m6809e_device, irq_line))
249245
250   MCFG_MC6845_ADD("mc6845", MC6845, "screen", XTAL_4MHz / 2)
246   MCFG_MC6845_ADD("mc6845", HD6845, "screen", XTAL_4MHz / 2)
251247   MCFG_MC6845_SHOW_BORDER_AREA(false)
252248   MCFG_MC6845_CHAR_WIDTH(12)
253249


Previous 199869 Revisions Next


© 1997-2024 The MAME Team