summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo_dbg.h
blob: 12227102e4e3acd7af3be446bd3958799ae96534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// license:BSD-3-Clause
// copyright-holders:Hans Ostermeyer
/*
 * apollo_dbg.h
 *
 *  Created on: Nov 22, 2015
 *      Author: Hans Ostermeyer
 *
 */

#pragma once

#ifndef __APOLLO_DBG_H__
#define __APOLLO_DBG_H__

#include "emu.h"

int apollo_debug_instruction_hook(m68000_base_device *device, offs_t curpc);

#endif