]> git.sesse.net Git - pistorm/blobdiff - platforms/amiga/pistorm-dev/pistorm-dev-enums.h
Add MEMCPY to PiStorm device
[pistorm] / platforms / amiga / pistorm-dev / pistorm-dev-enums.h
index a67eda42f88942398bc409030971e5c70f5d15bf..c48fe87a7715473fb1fac33dc195d78285183f92 100644 (file)
@@ -25,6 +25,8 @@ enum pistorm_dev_cmds {
     PI_CMD_FILESIZE         = 0x0100, // [R] Get the file size for file on the Pi side using the path
                                       //     at PI_STR1, if it exists.
     PI_CMD_TRANSFERFILE     = 0x0104, // [W] Transfer over a file from the Pi to Amiga RAM.
+    PI_CMD_MEMCPY           = 0x0108, // [W] Copy written longword of bytes from one area of memory (PTR1)
+                                      //     to another (PTR2).
 
     PI_CMD_QBASIC           = 0x0FFC, // QBasic
     PI_CMD_NIBBLES          = 0x0FFE, // Nibbles