mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-22 04:16:47 +00:00
More style changes
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
|
||||
namespace EightBit
|
||||
{
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
public class Rom(int size = 0) : Memory
|
||||
{
|
||||
private byte[] _bytes = new byte[size];
|
||||
|
||||
Reference in New Issue
Block a user