mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-26 21:58:54 +01:00
Remove unused attr_accessor
This commit is contained in:
parent
5d20ab60e6
commit
18e62d1722
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ module Waterfoul
|
|||
DIV_MEM_LOC = 0xFF04
|
||||
|
||||
attr_reader :memory
|
||||
attr_accessor :cartridge
|
||||
|
||||
def initialize(cartridge = Cartridge.empty)
|
||||
# map the boot rom when the device starts
|
||||
|
|
Loading…
Reference in a new issue