mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Visual Studio needs screen_device defined before it's used. (nw)
This commit is contained in:
parent
4879800853
commit
1a89b550fa
@ -27,7 +27,6 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "733_asr.h"
|
||||
#include "screen.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "screen.h"
|
||||
#define asr733_chr_region ":gfx1"
|
||||
|
||||
class asr733_device : public device_t, public device_gfx_interface
|
||||
|
Loading…
Reference in New Issue
Block a user