From 6ea3bb7acf566aa41f6da6c5ef5901d886cb9ba1 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Fri, 27 Jun 2014 19:02:58 +0000 Subject: [PATCH] Fixed clang build. (nw) --- src/emu/bus/ti99_peb/hfdc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/emu/bus/ti99_peb/hfdc.c b/src/emu/bus/ti99_peb/hfdc.c index 9e7df23b4a5..26b2de3ebac 100644 --- a/src/emu/bus/ti99_peb/hfdc.c +++ b/src/emu/bus/ti99_peb/hfdc.c @@ -439,8 +439,8 @@ int myarc_hfdc_device::slog2(int value) */ READ8_MEMBER( myarc_hfdc_device::auxbus_in ) { - UINT8 reply = 0; - int index = 0; + //UINT8 reply = 0; + //int index = 0; if ((m_output1_latch & 0xf0)==0) { @@ -463,7 +463,7 @@ READ8_MEMBER( myarc_hfdc_device::auxbus_in ) */ WRITE8_MEMBER( myarc_hfdc_device::auxbus_out ) { - int index; + //int index; switch (offset) { case HDC_INPUT_STATUS: