summaryrefslogtreecommitdiff
path: root/emulators/cpmemu
AgeCommit message (Collapse)Author
1998-10-13Mark BROKEN for ELF:Justin M. Seger
gcc -s -o cpm single.o z80emu.o em.o io.o bios.o commands.o running.o main.o disneu.o disz80.o low.o single.o(.text+0x9): undefined reference to `_z80regs' single.o(.text+0xe): undefined reference to `_z80mem' single.o(.text+0x15): undefined reference to `_z80regs' single.o(.text+0x1c): undefined reference to `_z80regs' single.o(.text+0x23): undefined reference to `_z80regs' single.o(.text+0x2a): undefined reference to `_z80regs' single.o(.text+0x3f): undefined reference to `_z80regs' single.o(.text+0x46): more undefined references to `_z80regs' follow single.o(.text+0x18f2): undefined reference to `_hardware_access' single.o(.text+0x1948): undefined reference to `_z80regs' single.o(.text+0x195a): undefined reference to `_z80regs'
1998-08-10Find the distfile again.Steve Price
PR: 7542 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
1998-07-27Can no longer fetch version 0.2. Version 0.2.1 is available butSteve Price
has a few too many Linux'isms to fix easily. Prodded by: Bill Fenner's distfile checker
1998-02-01Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsiteBill Fenner
explicitly; the /pub/Linux/distributions directory isn't mirrored. Submitted by: distfile checker
1998-01-08Eliminate double slashes in URL's by:Bill Fenner
- Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738)
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
1996-11-18Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-11-12CATAGORIES+= -> CATAGORIES=David E. O'Brien
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami
all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
1995-11-22Change category name from "emulation" to "emulators". This was theSatoshi Asami
most confusing of all!
1995-07-01Add sunsite to list of master sites.Satoshi Asami
1995-07-01Change name of executable and package to cpmemu, to avoid confusionSatoshi Asami
with the existing CP/M floppy read/write utility.
1995-07-01The CP/M emulator is the first resident of the new "emulators" category.Satoshi Asami
Submitted by: "Janusz Kokot" <JKOKOT@demeter.ipan.lublin.pl>