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