mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +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 )
|
READ8_MEMBER( myarc_hfdc_device::auxbus_in )
|
||||||
{
|
{
|
||||||
UINT8 reply = 0;
|
//UINT8 reply = 0;
|
||||||
int index = 0;
|
//int index = 0;
|
||||||
|
|
||||||
if ((m_output1_latch & 0xf0)==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 )
|
WRITE8_MEMBER( myarc_hfdc_device::auxbus_out )
|
||||||
{
|
{
|
||||||
int index;
|
//int index;
|
||||||
switch (offset)
|
switch (offset)
|
||||||
{
|
{
|
||||||
case HDC_INPUT_STATUS:
|
case HDC_INPUT_STATUS:
|
||||||
|
Loading…
Reference in New Issue
Block a user