Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit 08cf5c6

Browse files
Re-enabling USE_SPEEDHACKS on neogeo driver
Disabled in #163 but should work properly after the various fixes, perhaps it would help with #197
1 parent 15c7bed commit 08cf5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/burn/drv/neogeo/neo_run.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ struct NeoMediaInfo {
105105
#include "bitswap.h"
106106
#include "neocdlist.h"
107107

108-
#undef USE_SPEEDHACKS
108+
// #undef USE_SPEEDHACKS
109109

110110
// #define LOG_IRQ
111111
// #define LOG_DRAW

0 commit comments

Comments
 (0)