fix broken build (all compilers). (nw)

This commit is contained in:
smf- 2017-07-09 08:27:25 +01:00
parent 6ca2da6406
commit 87d0fc83a7

View File

@ -4,6 +4,7 @@
// * HP Capricorn processor disassembler
// ********************************************************************************
#include "emu.h"
#include "capricorn.h"
typedef offs_t (*fn_dis_param)(std::ostream &stream , offs_t pc , const uint8_t *oprom);