jmce - 1_02

Package jmce.z80pack

Provide class to implements the Z80Pack virtual computer.

See:
          Description

Interface Summary
Z80PackConstants Constants for Z80Pack system.
 

Class Summary
Console Z80Pack Console implementations.
Delay This class delay the CPU execution.
FDC Z80Pack Floppy disk controller.
Memory Z80Pack memory manager implementation.
Network Network interface.
Printer Z80Pack printer implementations.
Timer This class implements a 10 ms interrupt timer.
Z80Pack Z80Pack system implementation.
 

Package jmce.z80pack Description

Provide class to implements the Z80Pack virtual computer.

This package is "Hardware" compabile with virtual Z80 machine named Z80Pack. A nice simulator written in C for Unix (a windows porting is also available) the idea of this simulator is not to be compatible with some other hardware but is a brand new computer and the author have made a great work to adapt the bios and the driver for many Z80 operating system (CP/M 2.2, CP/M 3.0, MP/M, UCSD , etc) for more detailed information about Z80Pack visit this site www.unix4fun.org/z80pack.

Package Specification

Related Documentation

Version:
1.00
Author:
Mario Viara

jmce - 1_02