"Pointer"-ified the ADSP-21xx core.

This commit is contained in:
Aaron Giles 2008-11-06 07:01:14 +00:00
parent 28d48b383c
commit 2e8af3ea7e
3 changed files with 1654 additions and 1781 deletions

View File

@ -230,7 +230,7 @@ static int aluconst(char *buffer, int dest, int op)
/* execute instructions on this CPU until icount expires */
offs_t adsp2100_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram)
offs_t adsp21xx_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram)
{
unsigned int op = oprom[0] | (oprom[1] << 8) | (oprom[2] << 16);
unsigned dasmflags = 0;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff