mirror of
https://github.com/holub/mame
synced 2025-05-01 20:27:02 +03:00
changed include order to avoid warnings on some platforms
This commit is contained in:
parent
b7f222a94a
commit
a3687e3767
@ -23,9 +23,9 @@
|
|||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
#include "emu.h"
|
||||||
#include "cpu/m68000/m68000.h"
|
|
||||||
#include "68153bim.h"
|
#include "68153bim.h"
|
||||||
|
#include "cpu/m68000/m68000.h"
|
||||||
|
|
||||||
#define LOG_GENERAL 0x01
|
#define LOG_GENERAL 0x01
|
||||||
#define LOG_SETUP 0x02
|
#define LOG_SETUP 0x02
|
||||||
|
Loading…
Reference in New Issue
Block a user