убрал ромы в отдельную директорию

This commit is contained in:
Дмитриев Odebe Михаил 2020-07-13 20:35:52 +03:00
parent 32c0794a14
commit 750817395d
9 changed files with 5 additions and 6 deletions

View file

Binary file not shown.

View file

@ -12,11 +12,11 @@ Signal::INT.trap do
exit
end
# file = File.open("BC_test.ch8")
# file = File.open("src/test_opcode.ch8")
# file = File.open("src/TETRIS")
# file = File.open("src/GUESS")
file = File.open("src/BRIX")
# file = File.open("roms/BC_test.ch8")
# file = File.open("roms/test_opcode.ch8")
# file = File.open("roms/TETRIS")
# file = File.open("roms/GUESS")
file = File.open("roms/BRIX")
int = Vm::Interpreter.new(file)

View file

@ -1 +0,0 @@
1