mirror of
https://github.com/trebonian/visual6502.git
synced 2025-01-02 21:30:07 +00:00
update 6800 loglevel definitions
This commit is contained in:
parent
335cb06832
commit
9308b26c42
@ -13,11 +13,11 @@ nodenamereset = 'reset';
|
||||
|
||||
presetLogLists=[
|
||||
['cycle','phi1','phi2'],
|
||||
['ab','db','rw','vma','Fetch','pc','acca','accb'], // 'x','s'], // p
|
||||
['ir','sync','Execute'],
|
||||
['dbi','dbo'], // internal state
|
||||
['ab','db','rw','vma','Fetch','pc','acca','accb','ixh','ixl','sph','spl'], // also p
|
||||
['ir','sync','Execute'], // instruction fetch and execution control
|
||||
['dbi','dbo','tmp'], // internal state
|
||||
['idb','abh','abl','ablx'], // internal busses
|
||||
['irq','nmi',nodenamereset,'tsc','dbe','halt','ba'],
|
||||
['irq','nmi',nodenamereset,'tsc','dbe','halt','ba'], // other pins
|
||||
];
|
||||
|
||||
function setupTransistors(){
|
||||
|
Loading…
Reference in New Issue
Block a user