mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
Pointer-ified the cp1610 core.
This commit is contained in:
parent
953465543b
commit
92602c58d5
File diff suppressed because it is too large
Load Diff
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user