mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
Added comment that looping has tms5220 hooked up to cpu.
This commit is contained in:
parent
fecae12d70
commit
d93f2fec5c
@ -38,6 +38,10 @@
|
|||||||
Note the standard naming for d* data bits with 7 as MSB and 0 as LSB is in lowercase.
|
Note the standard naming for d* data bits with 7 as MSB and 0 as LSB is in lowercase.
|
||||||
TI's naming has D7 as LSB and D0 as MSB and is in uppercase
|
TI's naming has D7 as LSB and D0 as MSB and is in uppercase
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
Looping has the tms5220 hookep up directly to the cpu. However currently the
|
||||||
|
tms9900 cpu core does not support a ready line.
|
||||||
|
|
||||||
***********************************************************************************************/
|
***********************************************************************************************/
|
||||||
|
|
||||||
#include "sndintrf.h"
|
#include "sndintrf.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user