mirror of
https://github.com/mlaux/gb6.git
synced 2025-01-02 16:29:34 +00:00
fix button state for pokemon
This commit is contained in:
parent
ead7a3e17c
commit
bad415fa23
@ -34,8 +34,8 @@ add_executable(gb6
|
||||
)
|
||||
|
||||
target_link_libraries(gb6
|
||||
"-framework OpenGL"
|
||||
"-framework CoreFoundation"
|
||||
"-lGL"
|
||||
"-ldl"
|
||||
"${SDL_LIBS}"
|
||||
)
|
||||
|
||||
|
@ -976,7 +976,7 @@ void cpu_step(struct cpu *cpu)
|
||||
break;
|
||||
|
||||
case 0x76: // HALT
|
||||
cpu->halted = 1;
|
||||
//cpu->halted = 1;
|
||||
break;
|
||||
|
||||
case 0xc1: // POP BC
|
||||
|
Loading…
Reference in New Issue
Block a user