Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-handy
Commits
1762fc04
Unverified
Commit
1762fc04
authored
Nov 26, 2019
by
hizzlekizzle
Committed by
GitHub
Nov 26, 2019
Browse files
Merge pull request #62 from zakuahem/detect
remove handy detection
parents
ec1dfaf3
55ac28e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
lynx/mikie.cpp
View file @
1762fc04
...
...
@@ -2572,7 +2572,8 @@ UBYTE CMikie::Peek(ULONG addr)
case
(
0xfd97
&
0xff
):
TRACE_MIKIE2
(
"Peek(%04x) - **** HANDY DETECT ATTEMPTED **** at PC=$%04x"
,
addr
,
mSystem
.
mCpu
->
GetPC
());
// gError->Warning("EMULATOR DETECT REGISTER HAS BEEN READ");
return
0x42
;
break
;
//return 0x42;
// Errors on illegal location accesses
default:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment