summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cbm_snqk.h
blob: 25fbcab989bdc42bddc632a59187a8387cafca90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/***********************************************

    CBM Quickloads

 ***********************************************/

#ifndef __CBM_SNQK_H__
#define __CBM_SNQK_H__

#include "imagedev/snapquik.h"

#define CBM_QUICKLOAD_DELAY_SECONDS 3

image_init_result general_cbm_loadsnap( device_image_interface &image, const char *file_type, int snapshot_size,
	address_space &space, offs_t offset, void (*cbm_sethiaddress)(address_space &space, uint16_t hiaddress) );

void cbm_quick_sethiaddress( address_space &space, uint16_t hiaddress );

#endif  /* __CBM_SNQK_H__ */