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