Mercurial > repos > blastem
comparison m68k_core.h @ 1363:df6af7187b36
Fix to M68K interrupt latency for most instructions. Still needs some work for RAW_IMPL instructions besides move
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 19 May 2017 20:27:35 -0700 |
parents | 85a90964b557 |
children | 4e5797b3935a |
comparison
equal
deleted
inserted
replaced
1362:83bdd358f3a7 | 1363:df6af7187b36 |
---|---|
46 code_ptr write_8; | 46 code_ptr write_8; |
47 code_ptr read_32; | 47 code_ptr read_32; |
48 code_ptr write_32_lowfirst; | 48 code_ptr write_32_lowfirst; |
49 code_ptr write_32_highfirst; | 49 code_ptr write_32_highfirst; |
50 code_ptr do_sync; | 50 code_ptr do_sync; |
51 code_ptr handle_int_latch; | |
51 code_ptr trap; | 52 code_ptr trap; |
52 start_fun start_context; | 53 start_fun start_context; |
53 code_ptr retrans_stub; | 54 code_ptr retrans_stub; |
54 code_ptr native_addr; | 55 code_ptr native_addr; |
55 code_ptr native_addr_and_sync; | 56 code_ptr native_addr_and_sync; |