forked from Dniel97/segatools
Use amex_hook_init()
This commit is contained in:
parent
c5758ac374
commit
364267ba66
@ -3,11 +3,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "amex/ds.h"
|
||||
#include "amex/eeprom.h"
|
||||
#include "amex/gpio.h"
|
||||
#include "amex/jvs.h"
|
||||
#include "amex/sram.h"
|
||||
#include "amex/amex.h"
|
||||
|
||||
#include "chunihook/jvs.h"
|
||||
#include "chunihook/slider.h"
|
||||
@ -57,11 +53,7 @@ static DWORD CALLBACK chuni_pre_startup(void)
|
||||
|
||||
/* Initialize AMEX emulation */
|
||||
|
||||
ds_hook_init();
|
||||
gpio_hook_init();
|
||||
eeprom_hook_init();
|
||||
jvs_hook_init();
|
||||
sram_hook_init();
|
||||
amex_hook_init();
|
||||
|
||||
/* Initialize Chunithm board emulation */
|
||||
|
||||
|
@ -3,11 +3,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "amex/ds.h"
|
||||
#include "amex/eeprom.h"
|
||||
#include "amex/gpio.h"
|
||||
#include "amex/jvs.h"
|
||||
#include "amex/sram.h"
|
||||
#include "amex/amex.h"
|
||||
|
||||
#include "board/sg-reader.h"
|
||||
|
||||
@ -44,11 +40,7 @@ static DWORD CALLBACK diva_pre_startup(void)
|
||||
|
||||
/* Initialize AMEX emulation */
|
||||
|
||||
ds_hook_init();
|
||||
eeprom_hook_init();
|
||||
gpio_hook_init();
|
||||
jvs_hook_init();
|
||||
sram_hook_init();
|
||||
amex_hook_init();
|
||||
|
||||
/* Initialize Project Diva I/O board emulation */
|
||||
|
||||
|
@ -3,11 +3,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "amex/ds.h"
|
||||
#include "amex/eeprom.h"
|
||||
#include "amex/gpio.h"
|
||||
#include "amex/jvs.h"
|
||||
#include "amex/sram.h"
|
||||
#include "amex/amex.h"
|
||||
|
||||
#include "board/sg-reader.h"
|
||||
|
||||
@ -43,11 +39,7 @@ static DWORD CALLBACK idz_pre_startup(void)
|
||||
|
||||
/* Initialize AMEX emulation */
|
||||
|
||||
ds_hook_init();
|
||||
eeprom_hook_init();
|
||||
gpio_hook_init();
|
||||
jvs_hook_init();
|
||||
sram_hook_init();
|
||||
amex_hook_init();
|
||||
|
||||
/* Initialize Initial D Zero I/O board emulation */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user