mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-25 09:16:41 +00:00
IDE suggestions
This commit is contained in:
+1
-6
@@ -4,13 +4,8 @@
|
||||
|
||||
namespace EightBit
|
||||
{
|
||||
public class Ram : Rom
|
||||
public class Ram(int size) : Rom(size)
|
||||
{
|
||||
public Ram(int size)
|
||||
: base(size)
|
||||
{
|
||||
}
|
||||
|
||||
public Ram()
|
||||
: this(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user