blob: e2135526363ddc9a109c6196c98414a36c89893a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// license:BSD-3-Clause
// copyright-holders:Karl Stenerud
#pragma once
#ifndef __SPC700DS_H__
#define __SPC700DS_H__
/* ======================================================================== */
/* =============================== COPYRIGHT ============================== */
/* ======================================================================== */
/*
Sony SPC700 CPU Emulator V1.0
Copyright Karl Stenerud
All rights reserved.
*/
CPU_DISASSEMBLE( spc700 );
#endif /* __SPC700DS_H__ */
|