mirror of
https://github.com/holub/mame
synced 2025-10-09 17:53:01 +03:00
fixed Visual Studio compilation (nw)
This commit is contained in:
parent
5ffc0dd85e
commit
1ce67356bc
@ -10,6 +10,7 @@
|
|||||||
#define __I8089_H__
|
#define __I8089_H__
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
#include "i8089_channel.h"
|
||||||
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
@ -30,6 +30,9 @@
|
|||||||
// TYPE DEFINITIONS
|
// TYPE DEFINITIONS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
|
||||||
|
// forward declaration
|
||||||
|
class i8089_device;
|
||||||
|
|
||||||
class i8089_channel : public device_t
|
class i8089_channel : public device_t
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user