mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
Fixed clang build. (nw)
This commit is contained in:
parent
016e5b7a50
commit
6ea3bb7acf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user