Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/hugo/files/patch-hard__pce.h
16151 views
1
--- hard_pce.h.orig 2004-05-26 20:54:15 UTC
2
+++ hard_pce.h
3
@@ -64,8 +64,8 @@ void IO_write (UInt16 A,UChar V);
4
UChar IO_read (UInt16 A);
5
void bank_set (UChar P, UChar V);
6
7
-void (*write_memory_function)(UInt16,UChar);
8
-UChar (*read_memory_function)(UInt16);
9
+extern void (*write_memory_function)(UInt16,UChar);
10
+extern UChar (*read_memory_function)(UInt16);
11
12
#define Wr6502(A,V) ((*write_memory_function)((A),(V)))
13
14
15