mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-04-04 05:30:25 +00:00
drop unused bitfield comment
This commit is contained in:
parent
81e85a720d
commit
da9bd24368
@ -14,9 +14,4 @@ trait BitField[A] {
|
||||
* ASM-safe label
|
||||
*/
|
||||
def label(x: A): String
|
||||
|
||||
/**
|
||||
* Comment string
|
||||
*/
|
||||
def comment(x: A): String
|
||||
}
|
||||
|
@ -188,9 +188,6 @@ object TestDirection {
|
||||
|
||||
def label(x: TestDirection): String =
|
||||
x.toString.toLowerCase
|
||||
|
||||
def comment(x: TestDirection): String =
|
||||
x.toString
|
||||
}
|
||||
|
||||
implicit val mappingDirection: Mapping[TestDirection] =
|
||||
|
@ -14,9 +14,6 @@ object Direction {
|
||||
|
||||
def label(x: Direction): String =
|
||||
"moving" + x.toString
|
||||
|
||||
def comment(x: Direction): String =
|
||||
x.toString
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user