mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-25 21:58:55 +01:00
initalize MBC ram bank to 0
This commit is contained in:
parent
4896f791fa
commit
91eba849b0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Waterfoul
|
|||
|
||||
def initialize(program)
|
||||
@rom_bank = 1
|
||||
@ram_bank = 1
|
||||
@ram_bank = 0
|
||||
@mode = 0
|
||||
@ram_enabled = false
|
||||
@game_program = program
|
||||
|
|
Loading…
Reference in a new issue