mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
defines after emu.h
This commit is contained in:
parent
9b52ff564e
commit
377de998e8
@ -1,9 +1,10 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Patrick Mackinlay
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#define NEW_SCSI 0
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/interpro.h"
|
||||
#include "debugger.h"
|
||||
|
||||
|
@ -18,10 +18,11 @@
|
||||
* - bus errors
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#define VERBOSE 0
|
||||
#define DTU 1 // enable preliminary/incomplete address translation
|
||||
|
||||
#include "emu.h"
|
||||
#include "cammu.h"
|
||||
|
||||
// each variant of the cammu has different registers and a different addressing map
|
||||
|
Loading…
Reference in New Issue
Block a user