summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/machine/cbm_snqk.h
blob: 32c9a597743e0e2ac81c0dc9613e3d6c91fa527b (plain) (tree)
1
2
3
4
5
6
7
8

                               





                                                 



                               


                              
                                                       
 






                                                                                    
 
                                                                      
 
                                 
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/***********************************************

    CBM Quickloads

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

#ifndef MAME_MACHINE_CBM_SNQK_H
#define MAME_MACHINE_CBM_SNQK_H

#pragma once

#include "imagedev/snapquik.h"

#define CBM_QUICKLOAD_DELAY (attotime::from_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 // MAME_MACHINE_CBM_SNQK_H