1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-26 04:17:27 +00:00

Remove HP platform support. (#34)

This removes code related to HP9000, HPTIMERBUG, and HPUX defines.

It leaves KB_HP9000 for now as I'm not sure about renumbering
those constants.

This should not impact any of the core emulation code.
This commit is contained in:
Bruce Mitchener
2020-12-13 12:35:53 +07:00
committed by GitHub
parent 750d84c78c
commit 1c912ff57e
19 changed files with 19 additions and 277 deletions

View File

@@ -29,8 +29,6 @@ AIXPS2 True if compiling for PS/2 under AIX (our flag)
sparc True if we're compiling on a SPARC machine.
mc68020 True if we're compiling on a Motorola 680x0 machine.
sun3 We're compiling for a Sun-3.
HP9000 We're compiling on an HP9000 RISC machine.
HPUX We're compiling for HP-UX
RS6000 We're compiling for the RS/6000 processor.
DEC3100 We're compiling for the DECStation 3100.
RISCOS We're compiling for the MIPS RISCstation under RISCOS.
@@ -56,8 +54,6 @@ SUN3_OS3_OR_OS4_IL Try asm optimizations for 68K & either sunOS. This is
OPDISP Use "fast-opcode-dispatch" macros
SPARCDISP Use fast-opcode-dispatch macros on SPARC
HPTIMERBUG True if we must compile in the patch around the HPUX
timer-resetting bug for Series 700.