X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=emulator.c;h=19a146777970765dda7c10bbd5b096ff0d1d2b75;hb=a2b0521dbdd754e129639bc210003cde57775cf5;hp=d70ad21191ba605e20eae143798ced7a98e879a2;hpb=b91e0e809dc3f63691adf6b4e94afde93100bd0b;p=pistorm diff --git a/emulator.c b/emulator.c index d70ad21..19a1467 100644 --- a/emulator.c +++ b/emulator.c @@ -38,16 +38,6 @@ #define KEY_POLL_INTERVAL_MSEC 5000 -unsigned char read_ranges; -unsigned int read_addr[8]; -unsigned int read_upper[8]; -unsigned char *read_data[8]; -unsigned char write_ranges; -unsigned int write_addr[8]; -unsigned int write_upper[8]; -unsigned char *write_data[8]; -address_translation_cache code_translation_cache = {0}; - int kb_hook_enabled = 0; int mouse_hook_enabled = 0; int cpu_emulation_running = 1;