fix...
#ifdef __cplusplus extern "C" { #endif UINT8 __fastcall z80mem_read8(UINT addr); void __fastcall z80mem_write8(UINT addr, UINT8 value); #ifdef __cplusplus } #endif