summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/machine/apollo_dbg.h
blob: f9f77b8b8d7c0bf063929224a721e6f0d04b0bfe (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                    


                                 

            
                              
 


                                                                            
                                   
// license:BSD-3-Clause
// copyright-holders:Hans Ostermeyer
/*
 * apollo_dbg.h
 *
 *  Created on: Nov 22, 2015
 *      Author: Hans Ostermeyer
 *
 */

#ifndef MAME_MACHINE_APOLLO_DBG_H
#define MAME_MACHINE_APOLLO_DBG_H

#pragma once

#include "cpu/m68000/m68000.h"


int apollo_debug_instruction_hook(m68000_base_device *device, offs_t curpc);

#endif // MAME_MACHINE_APOLLO_DBG_H