summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/z80bin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/z80bin.h')
-rw-r--r--src/mess/machine/z80bin.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mess/machine/z80bin.h b/src/mess/machine/z80bin.h
deleted file mode 100644
index 1690ebffcda..00000000000
--- a/src/mess/machine/z80bin.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// license:BSD-3-Clause
-// copyright-holders:Robbbert
-/*********************************************************************
-
- machine/z80bin.h
-
- Quickload code for Z80 bin format
-
-*********************************************************************/
-
-#pragma once
-
-#ifndef __Z80_BIN__
-#define __Z80_BIN__
-
-int z80bin_load_file(device_image_interface *image, address_space &space, const char *file_type, UINT16 *exec_addr, UINT16 *start_addr, UINT16 *end_addr );
-
-#endif