Timing diagram added

This commit is contained in:
Unknown 2017-10-09 08:49:22 +02:00
parent ff074dc995
commit 4f3dca7cc9
1 changed files with 17 additions and 0 deletions

17
AppleIISd.json Normal file
View File

@ -0,0 +1,17 @@
{signal: [
['Apple',
{name: '7M', wave: 'n........', period: 2 },
{name: 'Phi0', wave: 'hl......h......l..'},
{name: 'Q3', wave: 'lh...l..h...l..h..'},
{name: 'ADD', wave: 'x.....=.........x.', data: "IO-Address", phase: 0.5},
{name: '/DEV_SEL',wave: 'h.......0......1..'},
{},
{name: 'R/W', wave: 'x.....=.........x.', phase: 0.5},
{name: 'DATA', wave: 'x.....z..x.=....z.', phase: 0.5},
],
{},
['Card',
{name: 'Address', wave: 'x........=.......x'},
{name: 'DATA', wave: 'x........z.=....z.', data: 'FromPeripheral', phase: 0.5},
],
]}