/***************************************************************************** * pce * *****************************************************************************/ /***************************************************************************** * File name: src/arch/macplus/hook.h * * Created: 2007-12-04 by Hampa Hug * * Copyright: (C) 2007-2011 Hampa Hug * *****************************************************************************/ /***************************************************************************** * This program is free software. You can redistribute it and / or modify it * * under the terms of the GNU General Public License version 2 as published * * by the Free Software Foundation. * * * * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY, without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General * * Public License for more details. * *****************************************************************************/ #ifndef PCE_MACPLUS_HOOK_H #define PCE_MACPLUS_HOOK_H 1 #include "macplus.h" void mac_hook_skip (macplus_t *sim, unsigned cnt); int mac_hook (void *ext, unsigned val); #endif