Driver:HP300: Difference between revisions

From MAMEDEV Wiki
No edit summary
No edit summary
Line 3: Line 3:
'''Notes''':
'''Notes''':
* This manual applies to MAME 0.204 and later
* This manual applies to MAME 0.204 and later
== Networking ==
See [[Driver:Apollo#Networking]]


== Software Installation ==
== Software Installation ==
Line 35: Line 39:


[https://archive.org/details/gnu-hpux9.00-v1.0 GNU toolchain and utilities]
[https://archive.org/details/gnu-hpux9.00-v1.0 GNU toolchain and utilities]
=== How to create a new disk image file ===
* to create a new 1900 MB disk image use chdman utility from MAME package
$ chdman createhd -f -o hpuxtest.chd -s $[1900*1048576]
=== Installation guide ===
$ mame64 hp9k370 -sl2 98643 -hard hpuxtest.chd -rp . -window -mouse -uimodekey DEL -cdrom hpux9_install.iso

Revision as of 15:01, 30 May 2020

MAME HP 9000/370 Howto

Notes:

  • This manual applies to MAME 0.204 and later

Networking

See Driver:Apollo#Networking

Software Installation

How to setup the ROMs

├── dio98550
│   └── 98550a.bin
├── hp9122c
│   └── 09122-15515.bin
├── hp9k370
│   ├── 1818-4416.bin
│   ├── 1818-4417.bin
├── human_interface
│   └── 1820-4784.bin

http://www.bitsavers.org/bits/HP/HP_9000/firmware/dio98550.zip

http://www.bitsavers.org/bits/HP/HP_9000/firmware/hp9122c.zip

http://www.bitsavers.org/pdf/hp/9000_300/firmware/9000_370.zip

http://www.bitsavers.org/bits/HP/HP_9000/firmware/hp9k380.zip

Installation images

http://bitsavers.org/bits/HP/HP_9000/HPUX_9/CD/hpux9_install.iso

http://bitsavers.org/bits/HP/HP_9000/HPUX_9/CD/hpux_9.1_update.iso

GNU toolchain and utilities

How to create a new disk image file

  • to create a new 1900 MB disk image use chdman utility from MAME package
$ chdman createhd -f -o hpuxtest.chd -s $[1900*1048576]

Installation guide

$ mame64 hp9k370 -sl2 98643 -hard hpuxtest.chd -rp . -window -mouse -uimodekey DEL -cdrom hpux9_install.iso