GO64 was usually the most used command back in the day, because if you had a real C128, you were using as a C64 most of the time to play games. That wouldn't be needed here, since there's a perfectly fine C64 core to be used instead.
Yes, the C128 is a very complex machine because you had:
- C128 mode in 40 columns, running Basic 7.0 with 8502 + 8564 VIC, running at 1Mhz
- C128 mode in 80 columns, running Basic 7.0 with 8502 + 8563 VDC and VIC disabled, running at 2Mhz
- CP/M mode in 40 columns, with Z80 + VIC, running at 2Mhz, 8502 used for some I/O
- CP/M mode in 80 columns, with Z80 + VDC, running at 2Mhz, 8502 used for some I/O
- C64 mode with 8502 + VIC, running at 1Mhz
And it was possible to switch between 40/80 columns mode on the fly, provided you had both composite and RGB connected. And if wasn't enough, the 1571 disk drive supported both GCR (standard Commodore) or MFM (CP/M or PC)
Quite tricky system, but also, very interesting. No idea if it's too complex for the MiSTer hardware, but surely would be very complex to create.