Changeset 7ba3613 in buchla-emu for cpu


Ignore:
Timestamp:
07/16/2017 07:52:02 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d54045b
Parents:
93280c2
Message:

Customized Musashi config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpu/m68kconf.h

    r93280c2 r7ba3613  
    5353 */
    5454#ifndef M68K_COMPILE_FOR_MAME
    55 #define M68K_COMPILE_FOR_MAME      OPT_ON
     55#define M68K_COMPILE_FOR_MAME      OPT_OFF
    5656#endif /* M68K_COMPILE_FOR_MAME */
    5757
     
    6666/* Turn ON if you want to use the following M68K variants */
    6767#define M68K_EMULATE_010            OPT_ON
    68 #define M68K_EMULATE_EC020          OPT_ON
    69 #define M68K_EMULATE_020            OPT_ON
     68#define M68K_EMULATE_EC020          OPT_OFF
     69#define M68K_EMULATE_020            OPT_OFF
    7070
    7171
Note: See TracChangeset for help on using the changeset viewer.