mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
"Pointer"-ified the ADSP-21xx core.
This commit is contained in:
parent
28d48b383c
commit
2e8af3ea7e
@ -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
Loading…
Reference in New Issue
Block a user