summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32051/tms32051.h
blob: 332708c93e138f6b440d13340bf0571088d3f798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#ifndef __TMS32051_H__
#define __TMS32051_H__

#if (HAS_TMS32051)
CPU_GET_INFO( tms32051 );
#endif

CPU_DISASSEMBLE( tms32051 );

#endif /* __TMS32051_H__ */