diff options
| author | Sik | 2018-03-15 04:24:36 -0300 |
|---|---|---|
| committer | Sik | 2018-03-15 04:24:36 -0300 |
| commit | c4d8ae3ed11603f75e3daa810f69679138af3e20 (patch) | |
| tree | 888ba576bda421492f2da1d1fbbcd4bb25a5c63f /src-68k/echo.68k | |
| parent | b51cc937b0ef7810d037824fd4f1a766e085a121 (diff) | |
Stupid typo >_>
Diffstat (limited to 'src-68k/echo.68k')
| -rw-r--r-- | src-68k/echo.68k | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-68k/echo.68k b/src-68k/echo.68k index ac3b702..19844fe 100644 --- a/src-68k/echo.68k +++ b/src-68k/echo.68k @@ -123,7 +123,7 @@ Echo_SendCommandEx: ;**************************************************************************** Echo_SendCommandByte: - movem.l d1-2/a1, -(sp) ; Save registers + movem.l d1-d2/a1, -(sp) ; Save registers Echo_Z80Request ; We need the Z80 bus lea ($A01FFF), a1 ; First try the 1st slot |
