mirror of
https://github.com/colby-swandale/waterfoul
synced 2025-01-14 08:01:51 +01:00
fix missing forwardable in cartrdige.rb
This commit is contained in:
parent
4fa99873e4
commit
7f3f8243de
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ require 'waterfoul/mbc/mbc2'
|
|||
require 'waterfoul/mbc/mbc3'
|
||||
require 'waterfoul/mbc/mbc4'
|
||||
require 'waterfoul/mbc/mbc5'
|
||||
require 'forwardable'
|
||||
|
||||
module Waterfoul
|
||||
# The cartridge is the removable cart containing the game program, some writable memory,
|
||||
|
|
Loading…
Reference in a new issue