fixed Visual Studio compilation (nw)

This commit is contained in:
Oliver Stöneberg 2013-08-25 18:11:47 +00:00
parent 5ffc0dd85e
commit 1ce67356bc
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#define __I8089_H__
#include "emu.h"
#include "i8089_channel.h"
//**************************************************************************

View File

@ -30,6 +30,9 @@
// TYPE DEFINITIONS
//**************************************************************************
// forward declaration
class i8089_device;
class i8089_channel : public device_t
{
public: