summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/spc700/spc700ds.h
blob: 42e594d5d44144bae8662586c5e15960bf83f272 (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
25
26
27
#ifndef HEADER__SPC700DS
#define HEADER__SPC700DS
/* ======================================================================== */
/* =============================== COPYRIGHT ============================== */
/* ======================================================================== */
/*

Sony SPC700 CPU Emulator V1.0

Copyright Karl Stenerud
All rights reserved.

Permission is granted to use this source code for non-commercial purposes.
To use this code for commercial purposes, you must get permission from the
author (Karl Stenerud) at karl@higashiyama-unet.ocn.ne.jp.


*/

#include "cpuintrf.h"

offs_t spc700_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);

#define spc700_read_8_disassembler(addr)				program_read_byte_8(addr)


#endif /* HEADER__SPC700DS */