evade deprecation

This commit is contained in:
Mark Canlas 2020-03-20 23:49:26 -04:00
parent 86d2821d57
commit 9a351f77e8

View File

@ -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 = {