summaryrefslogtreecommitdiffstats
path: root/private/mvdm/v86/scaffold/i386/stubs.c
blob: 4ba53b52ecc9fc0a1b850431f3cefc5db83acb47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
void check_I(){
}

void copyROM(){
}

void generic_insb(){
}
void generic_insw(){
}
void generic_outsb(){
}
void generic_outsw(){
}

void host_timer_event(){
}
int ica_intack(){
    return 7;
}
void inb(){
}
void inw(){
}
void outb(){
}
void outw(){
}
unsigned long *read_pointers;

void rom_checksum(){
}

void rom_init(){
}


host_simulate(){
    cpu_simulate();
}

host_cpu_init(){
    cpu_init();
}

void (*ica_hw_interrupt_func)() = rom_init;