| 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 |
| r31126 | r31127 | |
|---|---|---|
| 439 | 439 | */ |
| 440 | 440 | READ8_MEMBER( myarc_hfdc_device::auxbus_in ) |
| 441 | 441 | { |
| 442 | UINT8 reply = 0; | |
| 443 | int index = 0; | |
| 442 | //UINT8 reply = 0; | |
| 443 | //int index = 0; | |
| 444 | 444 | |
| 445 | 445 | if ((m_output1_latch & 0xf0)==0) |
| 446 | 446 | { |
| r31126 | r31127 | |
| 463 | 463 | */ |
| 464 | 464 | WRITE8_MEMBER( myarc_hfdc_device::auxbus_out ) |
| 465 | 465 | { |
| 466 | int index; | |
| 466 | //int index; | |
| 467 | 467 | switch (offset) |
| 468 | 468 | { |
| 469 | 469 | case HDC_INPUT_STATUS: |
| Previous | 199869 Revisions | Next |