Previous 199869 Revisions Next

r29513 Thursday 10th April, 2014 at 17:05:57 UTC by Osso
Fixed MESS debug compile (nw)
[src/emu/video]huc6261.c

trunk/src/emu/video/huc6261.c
r29512r29513
389389void huc6261_device::device_start()
390390{
391391   /* Make sure we are supplied all our mandatory tags */
392   assert( huc6270_a_tag != NULL );
393   assert( huc6270_b_tag != NULL );
392   assert( m_huc6270_a_tag != NULL );
393   assert( m_huc6270_b_tag != NULL );
394394
395395   m_timer = timer_alloc();
396396   m_huc6270_a = machine().device<huc6270_device>(m_huc6270_a_tag);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team