mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-26 21:58:54 +01:00
fix bad spelling of request_interupt
method in Interrupt
This commit is contained in:
parent
b420384227
commit
f5491fb543
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Waterfoul
|
|||
INTERRUPT_SERIAL = 0x8
|
||||
INTERRUPT_JOYPAD = 0x10
|
||||
|
||||
def self.request_interupt(interrupt)
|
||||
def self.request_interrupt(interrupt)
|
||||
if_reg = $mmu.read_byte IF_REG_MEM_LOC
|
||||
$mmu.write_byte IF_REG_MEM_LOC, (if_reg | interrupt)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue