Previous 199869 Revisions Next

r39870 Wednesday 22nd July, 2015 at 08:55:49 UTC by hap
ok, much more responsive now
[src/mess/drivers]tb303.c

trunk/src/mess/drivers/tb303.c
r248381r248382
99  * 3*uPD444C 1024x4 Static CMOS SRAM
1010  * board is packed with discrete components
1111
12  x
12  TODO:
13  - still too much to list here
1314
1415***************************************************************************/
1516
r248381r248382
162163   // MCU G: leds state
163164   // MCU H: input/led mux
164165   if (offset == NEC_UCOM4_PORTH)
165      m_inp_mux = data;
166      m_inp_mux = data = data ^ 0xf;
166167   
167168   m_port[offset] = data;
168169   update_leds();
r248381r248382
304305
305306ROM_START( tb303 )
306307   ROM_REGION( 0x0800, "maincpu", 0 )
307   ROM_LOAD( "d650c-133.ic8", 0x0000, 0x0800, CRC(0805b37a) SHA1(9a0c1891b56446535cef66a11b8366e1b22cc23f) )
308   ROM_LOAD( "d650c-133.ic8", 0x0000, 0x0800, CRC(268a8d8b) SHA1(7a4236b2bc9a5cd4c80c63ca1a193e03becfcb4c) )
308309ROM_END
309310
310311


Previous 199869 Revisions Next


© 1997-2024 The MAME Team