/***************************************************************************** * pce * *****************************************************************************/ /***************************************************************************** * File name: src/arch/sim405/hook.h * * Created: 2018-12-22 by Hampa Hug * * Copyright: (C) 2018 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_SIM405_HOOK_H #define PCE_SIM405_HOOK_H 1 #include "sim405.h" void s405_hook_init (sim405_t *sim); void s405_hook_free (sim405_t *sim); void s405_hook (sim405_t *sim, unsigned long ir); #endif