Merge branch 'next-release'
This commit is contained in:
commit
5025e292ce
1 changed files with 2 additions and 1 deletions
|
|
@ -24,13 +24,14 @@ PC8080 is comprised of the following non-shared components, as listed in [packag
|
|||
* [bus.js](/modules/pc8080/lib/bus.js)
|
||||
* [memory.js](/modules/pc8080/lib/memory.js)
|
||||
* [cpu.js](/modules/pc8080/lib/cpu.js)
|
||||
* [cpusim.js](/modules/pc8080/lib/cpusim.js)
|
||||
* [cpustate.js](/modules/pc8080/lib/cpustate.js)
|
||||
* [cpuops.js](/modules/pc8080/lib/cpuops.js)
|
||||
* [chipset.js](/modules/pc8080/lib/chipset.js)
|
||||
* [rom.js](/modules/pc8080/lib/rom.js)
|
||||
* [ram.js](/modules/pc8080/lib/ram.js)
|
||||
* [keyboard.js](/modules/pc8080/lib/keyboard.js)
|
||||
* [video.js](/modules/pc8080/lib/video.js)
|
||||
* [serialport.js](/modules/pc8080/lib/serialport.js)
|
||||
* [debugger.js](/modules/pc8080/lib/debugger.js)
|
||||
* [state.js](/modules/pc8080/lib/state.js)
|
||||
* [computer.js](/modules/pc8080/lib/computer.js)
|
||||
|
|
|
|||
Loading…
Reference in a new issue