HomeSort by: relevance | last modified time | path
    Searched defs:xplx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/luna68k/dev/
xplxfirm.c 30 * - consider how xplx.inc should be handled
40 #include "xplx/xplx.inc"
43 const uint8_t *xplx = builtin_xplx; variable in typeref:typename:const uint8_t *
  /src/sys/arch/luna68k/dev/xplx/
Makefile 2 #### xplx
7 ZASM?= zasm # see "used language" comments in xplx.asm
10 all: xplx.inc xplxdefs.h # xplxfirm.o
12 xplx.rom xplx.lst: xplx.asm
13 ${ZASM} -uwy xplx.asm || (rm -f xplx.rom xplx.lst ; exit 1)
15 xplx.inc: xplx.ro
    [all...]

Completed in 14 milliseconds