mirror of
https://github.com/colby-swandale/waterfoul
synced 2025-01-13 08:01:18 +01:00
removed external rom from ROM MBC #initialize
This commit is contained in:
parent
f0e068e0c1
commit
a028d378b7
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ module Waterfoul
|
|||
class ROM
|
||||
EXTERNAL_RAM_START_ADDR = 0xA000
|
||||
|
||||
def initialize(program, external_ram)
|
||||
@external_ram = external_ram
|
||||
def initialize(program)
|
||||
@external_ram = []
|
||||
@program = program
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue