summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/cbm_snqk.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-22 11:49:43 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-22 11:49:43 +0000
commitbdb76fda6ee1fe48758b7dfbb3c82ea9863b31ec (patch)
treef841624edbc98394a98b6449f7bea7cfdc59c3c5 /src/mess/machine/cbm_snqk.h
parent6370e160b60e310e7109eebd8b594e5b67125512 (diff)
Finished moving quicload/snapshot formats into machine folder (nw)
Diffstat (limited to 'src/mess/machine/cbm_snqk.h')
-rw-r--r--src/mess/machine/cbm_snqk.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mess/machine/cbm_snqk.h b/src/mess/machine/cbm_snqk.h
new file mode 100644
index 00000000000..1040f48bf14
--- /dev/null
+++ b/src/mess/machine/cbm_snqk.h
@@ -0,0 +1,18 @@
+/***********************************************
+
+ CBM Quickloads
+
+ ***********************************************/
+
+#ifndef __CBM_SNQK_H__
+#define __CBM_SNQK_H__
+
+#include "imagedev/snapquik.h"
+
+#define CBM_QUICKLOAD_DELAY_SECONDS 3
+
+int general_cbm_loadsnap( device_image_interface &image, const char *file_type, int snapshot_size,
+ offs_t offset, void (*cbm_sethiaddress)(running_machine &machine, UINT16 hiaddress) );
+void cbm_quick_sethiaddress( running_machine &machine, UINT16 hiaddress );
+
+#endif /* __CBM_SNQK_H__ */