v1.32.0: The New Year Release
This commit is contained in:
parent
ed01885847
commit
f87161f5d6
452 changed files with 14307 additions and 542 deletions
|
|
@ -24,7 +24,7 @@ The following output should appear:
|
|||
ibm5150.debugger object created
|
||||
warning: Component type 'Panel' not found
|
||||
PCx86 v1.x.x
|
||||
Copyright © 2012-2016 Jeff Parsons <Jeff@pcjs.org>
|
||||
Copyright © 2012-2017 Jeff Parsons <Jeff@pcjs.org>
|
||||
License: GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
||||
ibm5150.pc-mda-64k object created
|
||||
PCx86> bus: 8Kb ROM at 000FE000
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* @fileoverview Implements the PCx86 command-line interface
|
||||
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
|
||||
* @copyright © Jeff Parsons 2012-2016
|
||||
* @copyright © Jeff Parsons 2012-2017
|
||||
* @suppress {missingProperties}
|
||||
*
|
||||
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @fileoverview This file generates PCjs 8086 mode-byte decoders.
|
||||
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
|
||||
* @copyright © Jeff Parsons 2012-2016
|
||||
* @copyright © Jeff Parsons 2012-2017
|
||||
*
|
||||
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue