Pointer-ified the cp1610 core.

This commit is contained in:
Aaron Giles 2008-12-10 17:29:27 +00:00
parent 953465543b
commit 92602c58d5
2 changed files with 2096 additions and 2106 deletions

File diff suppressed because it is too large Load Diff

View File

@ -40,9 +40,4 @@ CPU_GET_INFO( cp1610 );
CPU_DISASSEMBLE( cp1610 );
// Temporary
#define cp1610_readop(A) memory_read_word_16be(cp1610.program, (A)<<1)
#define cp1610_readmem16(A) memory_read_word_16be(cp1610.program, (A)<<1)
#define cp1610_writemem16(A,B) memory_write_word_16be(cp1610.program, (A)<<1,B)
#endif /* __CP1610_H__ */