]> git.sesse.net Git - pistorm/blobdiff - platforms/amiga/pistorm-dev/pistorm-dev-enums.h
Add memset to PiStorm API, robustify some things to not destroy the bus
[pistorm] / platforms / amiga / pistorm-dev / pistorm-dev-enums.h
index 4d81ede743eb17ba2a687562b346686c8549e2e2..eaa938e489137937435ef01869a8363be0695df7 100644 (file)
@@ -30,6 +30,7 @@ enum pistorm_dev_cmds {
     PI_CMD_GET_FB           = 0x010C, // [R] Get the current framebuffer address.
     PI_CMD_COPYRECT         = 0x0110, // [W] Generic memory copyrect with source and destination pitch.
     PI_CMD_COPYRECT_EX      = 0x0112, // [W] Extended memory copyrect with additional source/destination X/Y coordinates.
+    PI_CMD_MEMSET           = 0x0114, // [W] Accelerated memset functionality to quickly clear a region of memory to a specific value.
 
     PI_CMD_QBASIC           = 0x0FFC, // QBasic
     PI_CMD_NIBBLES          = 0x0FFE, // Nibbles