Changeset 9674f1a in buchla-emu for cpu


Ignore:
Timestamp:
07/21/2017 01:24:57 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
de65155
Parents:
4c71d39
Message:

Log BIOS calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpu/m68kconf.h

    r4c71d39 r9674f1a  
    6565
    6666/* Turn ON if you want to use the following M68K variants */
    67 #define M68K_EMULATE_010            OPT_ON
     67#define M68K_EMULATE_010            OPT_OFF
    6868#define M68K_EMULATE_EC020          OPT_OFF
    6969#define M68K_EMULATE_020            OPT_OFF
     
    132132 * instruction.
    133133 */
    134 #define M68K_INSTRUCTION_HOOK       OPT_OFF
     134#define M68K_INSTRUCTION_HOOK       OPT_ON
    135135#define M68K_INSTRUCTION_CALLBACK() your_instruction_hook_function()
    136136
Note: See TracChangeset for help on using the changeset viewer.