Previous 199869 Revisions Next

r31127 Friday 27th June, 2014 at 19:02:58 UTC by Curt Coder
Fixed clang build. (nw)
[src/emu/bus/ti99_peb]hfdc.c

trunk/src/emu/bus/ti99_peb/hfdc.c
r31126r31127
439439*/
440440READ8_MEMBER( myarc_hfdc_device::auxbus_in )
441441{
442   UINT8 reply = 0;
443   int index = 0;
442   //UINT8 reply = 0;
443   //int index = 0;
444444
445445   if ((m_output1_latch & 0xf0)==0)
446446   {
r31126r31127
463463*/
464464WRITE8_MEMBER( myarc_hfdc_device::auxbus_out )
465465{
466   int index;
466   //int index;
467467   switch (offset)
468468   {
469469   case HDC_INPUT_STATUS:

Previous 199869 Revisions Next


© 1997-2024 The MAME Team