defines after emu.h

This commit is contained in:
Patrick Mackinlay 2017-05-23 19:55:21 +07:00
parent 9b52ff564e
commit 377de998e8
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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