mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-26 04:24:15 +00:00
Clarifications of EightBit library
This commit is contained in:
@@ -6,10 +6,6 @@ namespace EightBit
|
||||
{
|
||||
public class Chip : Device
|
||||
{
|
||||
protected Chip()
|
||||
{
|
||||
}
|
||||
|
||||
public static byte Bit(int which) => (byte)(1 << which);
|
||||
|
||||
public static byte Bit(byte which) => Bit((int)which);
|
||||
|
Reference in New Issue
Block a user