mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-23 01:29:47 +00:00
evade deprecation
This commit is contained in:
parent
86d2821d57
commit
9a351f77e8
@ -56,7 +56,7 @@ object MatchOpcodes {
|
|||||||
0xBA -> TSX,
|
0xBA -> TSX,
|
||||||
0xCA -> DEX,
|
0xCA -> DEX,
|
||||||
0xEA -> NOP
|
0xEA -> NOP
|
||||||
).mapValues(x => x -> Implied)
|
).view.mapValues(x => x -> Implied).toMap
|
||||||
// format: on
|
// format: on
|
||||||
|
|
||||||
def doStuff(out: PrintWriter): Unit = {
|
def doStuff(out: PrintWriter): Unit = {
|
||||||
|
Loading…
Reference in New Issue
Block a user