FUZIX.git
6 years agosam: turn off debug stop loop
Alan Cox [Sat, 18 Aug 2018 19:15:20 +0000 (20:15 +0100)]
sam: turn off debug stop loop

6 years agosam: further debugging work
Alan Cox [Sat, 18 Aug 2018 15:18:05 +0000 (16:18 +0100)]
sam: further debugging work

We now get to the bootdev prompt with interrupts running. No keyboard input
yet but that's next to investigate.

Note that there's a stop after loading so if you are using simcoupe you need
to hit shift-F10, ctrl-downarrow escape to set it loose (or set up debugger
stuff first as needed)

6 years agofontexpand: fix the bug
Alan Cox [Sat, 18 Aug 2018 00:01:04 +0000 (01:01 +0100)]
fontexpand: fix the bug

Now the fonts look right

6 years agosam: note bug in program_vectors
Alan Cox [Sat, 18 Aug 2018 00:00:53 +0000 (01:00 +0100)]
sam: note bug in program_vectors

6 years agofontexpand: fix endian dependancy
Alan Cox [Fri, 17 Aug 2018 23:52:44 +0000 (00:52 +0100)]
fontexpand: fix endian dependancy

I'm still not sure we have it all correct yet

6 years agotools/binman: allow for a kernel with low and high pages
Alan Cox [Fri, 17 Aug 2018 23:52:05 +0000 (00:52 +0100)]
tools/binman: allow for a kernel with low and high pages

We don't pack such images (yet anyway). We could look at it eventually

6 years agosam: restructure loading a bit fix some display and other bugs
Alan Cox [Fri, 17 Aug 2018 23:51:14 +0000 (00:51 +0100)]
sam: restructure loading a bit fix some display and other bugs

We now get to the point we start trying to boot, and blow up after the
RAM sizing message. I suspect this is program_vectors exploding.

6 years agosam: don't link the font
Alan Cox [Fri, 17 Aug 2018 23:51:04 +0000 (00:51 +0100)]
sam: don't link the font

6 years agosam: Get to the point we enter the kernel
Alan Cox [Fri, 17 Aug 2018 22:23:46 +0000 (23:23 +0100)]
sam: Get to the point we enter the kernel

Fix for binman to allow for our page below code
Assorted logic fixes to the boot and setup code
Make crt0 map the high kernel bank

Video is still broken and we die early in setup but we made it into C

6 years agosam: build bootable image
Alan Cox [Fri, 17 Aug 2018 12:17:57 +0000 (13:17 +0100)]
sam: build bootable image

At least it runs the boot code, not yet useful beyond that step

6 years agoz80: build raw2mgt for Z80 kernel builds
Alan Cox [Fri, 17 Aug 2018 12:17:33 +0000 (13:17 +0100)]
z80: build raw2mgt for Z80 kernel builds

6 years agotools: add a raw2mgt too for SAM kernel building
Alan Cox [Fri, 17 Aug 2018 12:17:15 +0000 (13:17 +0100)]
tools: add a raw2mgt too for SAM kernel building

6 years agosetup: we need the ROM off
Alan Cox [Fri, 17 Aug 2018 12:09:47 +0000 (13:09 +0100)]
setup: we need the ROM off

6 years agosam: correct the boot.s code
Alan Cox [Fri, 17 Aug 2018 12:08:32 +0000 (13:08 +0100)]
sam: correct the boot.s code

At this point we seem to be able to load our image. Not yet tried debugging
what happens after bootstrap loads.

6 years agotty: improve behaviour of O_NDELAY
Alan Cox [Fri, 17 Aug 2018 09:44:49 +0000 (10:44 +0100)]
tty: improve behaviour of O_NDELAY

We want to bale out on a polled output port on a reschedule not just sit
assuming the bits will go out shortly

6 years agoMerge branch 'master' of https://github.com/EtchedPixels/FUZIX
Alan Cox [Fri, 17 Aug 2018 00:35:34 +0000 (01:35 +0100)]
Merge branch 'master' of https://github.com/EtchedPixels/FUZIX

6 years agodragon-nx32: Use the tty_close wrapper to close DriveWire channel properly
Tormod Volden [Tue, 14 Aug 2018 19:27:24 +0000 (21:27 +0200)]
dragon-nx32: Use the tty_close wrapper to close DriveWire channel properly

Fixes issues when disconnecting login over DriveWire (dwgetty).

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Correct DriveWire minor offset
Tormod Volden [Tue, 14 Aug 2018 19:27:23 +0000 (21:27 +0200)]
dragon-nx32: Correct DriveWire minor offset

Forgot to bump this when adding crt9128 console tty.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agoMerge pull request #653 from beretta42/coco2cart
EtchedPixels [Tue, 14 Aug 2018 10:31:50 +0000 (11:31 +0100)]
Merge pull request #653 from beretta42/coco2cart

coco2cart: bug: sdc driver still not returning no of bytes read/writen

6 years agococo2cart: bug: sdc driver still not returning no of bytes read/writen
Brett Gordon [Tue, 14 Aug 2018 02:07:14 +0000 (22:07 -0400)]
coco2cart: bug: sdc driver still not returning no of bytes read/writen

With this fix it boots again on the CoCo2 w/ SDC

6 years agosam: add IDE definitions
Alan Cox [Mon, 13 Aug 2018 12:53:07 +0000 (13:53 +0100)]
sam: add IDE definitions

6 years agosam: more work on fork support for 32/32
Alan Cox [Mon, 13 Aug 2018 12:52:37 +0000 (13:52 +0100)]
sam: more work on fork support for 32/32

6 years agodragon-nx32: Ship custom inittab and rc
Tormod Volden [Sat, 11 Aug 2018 09:32:39 +0000 (11:32 +0200)]
dragon-nx32: Ship custom inittab and rc

inittab:
- do not run sysinit boot shell
- run getty on ttys 1-4
- add commented out dwgetty entry

rc:
- try setting time from DriveWire before resorting to settime

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Only init IDE if we have a known IDE cartridge ROM
Tormod Volden [Sat, 11 Aug 2018 09:18:37 +0000 (11:18 +0200)]
dragon-nx32: Only init IDE if we have a known IDE cartridge ROM

Same as we do for SCSI controllers.

Avoids the long detection timeout when there is no IDE controller
present.

Since we are not using the cartridge ROM, it would be strictly
possible to use a controller without ROM but we won't support
that for now. The same goes for unknown ROMs, of course.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Minor updates to README
Tormod Volden [Sat, 11 Aug 2018 23:32:45 +0000 (01:32 +0200)]
dragon-nx32: Minor updates to README

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agoMerge branch 'master' of https://github.com/EtchedPixels/FUZIX
Alan Cox [Sun, 12 Aug 2018 23:55:57 +0000 (00:55 +0100)]
Merge branch 'master' of https://github.com/EtchedPixels/FUZIX

6 years agogenie-eg64: New platform (in test only)
Alan Cox [Sun, 12 Aug 2018 23:39:57 +0000 (00:39 +0100)]
genie-eg64: New platform (in test only)

The Video Genie EG64 allows you to take a Video Genie (also known as the
Dick Smith System 80, the TRZ80 and a few other names) with either of the
expansion units and the EG64 fitted up to 96K. It's intended for running CP/M
but it's just about big enough to run Fuzix badly providing you have a swap
device on hard disk.

Another goal of this port is to figure out how to move a lot of TRS80 driver
code into dev/trs80 to share between these two ports, a Genie III port maybe,
and also potentially things like the Lobo-Max, Guepard., SysData III and so on.

6 years agotools/binman: Teach it about kernels with the data the top of memory
Alan Cox [Sun, 12 Aug 2018 23:39:26 +0000 (00:39 +0100)]
tools/binman: Teach it about kernels with the data the top of memory

6 years agotrs80m1: update documentation
Alan Cox [Sun, 12 Aug 2018 23:39:07 +0000 (00:39 +0100)]
trs80m1: update documentation

6 years agotrs80m1: Fix more tty bugs
Alan Cox [Sun, 12 Aug 2018 23:38:42 +0000 (00:38 +0100)]
trs80m1: Fix more tty bugs

This lot really needs a restructure instead

6 years agotrs80m1: add initial test UDG support
Alan Cox [Sun, 12 Aug 2018 23:38:13 +0000 (00:38 +0100)]
trs80m1: add initial test UDG support

Needs emulator work to test properly

6 years agotrs80m1: make the lower case status C visible
Alan Cox [Sun, 12 Aug 2018 23:37:35 +0000 (00:37 +0100)]
trs80m1: make the lower case status C visible

6 years agotrs80m1: remove obsolete comment
Alan Cox [Sun, 12 Aug 2018 23:37:20 +0000 (00:37 +0100)]
trs80m1: remove obsolete comment

6 years agotrs80m1: remove bogus asm
Alan Cox [Sun, 12 Aug 2018 23:36:36 +0000 (00:36 +0100)]
trs80m1: remove bogus asm

6 years agotrs80m1: Fix bogus comment
Alan Cox [Sun, 12 Aug 2018 23:36:13 +0000 (00:36 +0100)]
trs80m1: Fix bogus comment

6 years agotty.h: add new font type
Alan Cox [Sun, 12 Aug 2018 23:35:33 +0000 (00:35 +0100)]
tty.h: add new font type

6 years agotrs80m1: remove drivewire reference
Alan Cox [Sun, 12 Aug 2018 23:35:19 +0000 (00:35 +0100)]
trs80m1: remove drivewire reference

6 years agodragon-nx-32: note bug to look at
Alan Cox [Sun, 12 Aug 2018 23:33:36 +0000 (00:33 +0100)]
dragon-nx-32: note bug to look at

6 years agoMerge pull request #651 from beretta42/coco2cart
EtchedPixels [Sat, 11 Aug 2018 17:07:06 +0000 (18:07 +0100)]
Merge pull request #651 from beretta42/coco2cart

some fixes for coco2cart SDC support

6 years agotrs80m1: only one interface is present
Alan Cox [Fri, 10 Aug 2018 23:54:11 +0000 (00:54 +0100)]
trs80m1: only one interface is present

6 years agotrs80m1: move platform_param into discard
Alan Cox [Fri, 10 Aug 2018 23:52:03 +0000 (00:52 +0100)]
trs80m1: move platform_param into discard

We don't need it after boot and we are going to add some options here soon

6 years agoz80fixedbank-banked: apply the same SP fix as to the main fixedbank code
Alan Cox [Fri, 10 Aug 2018 23:32:42 +0000 (00:32 +0100)]
z80fixedbank-banked: apply the same SP fix as to the main fixedbank code

6 years agodevide: save two bytes and a few clocks
Alan Cox [Fri, 10 Aug 2018 23:32:20 +0000 (00:32 +0100)]
devide: save two bytes and a few clocks

6 years agosam: update boot logic
Alan Cox [Fri, 10 Aug 2018 23:31:49 +0000 (00:31 +0100)]
sam: update boot logic

Thanks to the various Sam folks who explained how BOOT works

6 years agorabbit: I guess we use a different rst
Alan Cox [Fri, 10 Aug 2018 23:31:36 +0000 (00:31 +0100)]
rabbit: I guess we use a different rst

6 years agotrs80m1: simplify make clean
Alan Cox [Fri, 10 Aug 2018 23:29:28 +0000 (00:29 +0100)]
trs80m1: simplify make clean

6 years agotrs80m1: adjust the istack_switched_sp so it doesn't get scribbled
Alan Cox [Fri, 10 Aug 2018 23:29:00 +0000 (00:29 +0100)]
trs80m1: adjust the istack_switched_sp so it doesn't get scribbled

With this fixed we seem to be back in business and 768 bytes better off

6 years agotrs80m1: and make the IDE drives visible
Alan Cox [Fri, 10 Aug 2018 21:27:50 +0000 (22:27 +0100)]
trs80m1: and make the IDE drives visible

6 years agotrs80m1: turn on the probing
Alan Cox [Fri, 10 Aug 2018 21:26:27 +0000 (22:26 +0100)]
trs80m1: turn on the probing

6 years agotrs80m1: rearrange memory so that we get 768 bytes back
Alan Cox [Fri, 10 Aug 2018 21:25:29 +0000 (22:25 +0100)]
trs80m1: rearrange memory so that we get 768 bytes back

We stick the udata/stack over 4100-42FF, and the istack over the boot area at
4300-43FF

6 years agotrs80m1: turn IDE on in build
Alan Cox [Fri, 10 Aug 2018 21:24:42 +0000 (22:24 +0100)]
trs80m1: turn IDE on in build

6 years agotrs80m1: build the IDE layer for this machine
Alan Cox [Fri, 10 Aug 2018 21:23:54 +0000 (22:23 +0100)]
trs80m1: build the IDE layer for this machine

6 years agotrs80m1: add .module to floppy
Alan Cox [Fri, 10 Aug 2018 21:22:53 +0000 (22:22 +0100)]
trs80m1: add .module to floppy

6 years agotrs80m1: add IDE layer helpers
Alan Cox [Fri, 10 Aug 2018 21:20:22 +0000 (22:20 +0100)]
trs80m1: add IDE layer helpers

6 years agoAdd .pkg for dragon-nx32 platform
Tormod Volden [Thu, 9 Aug 2018 21:56:11 +0000 (23:56 +0200)]
Add .pkg for dragon-nx32 platform

6 years agobuild-filesystem-ng: Scan Kernel folder for package files
Tormod Volden [Thu, 9 Aug 2018 21:56:10 +0000 (23:56 +0200)]
build-filesystem-ng: Scan Kernel folder for package files

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agorc2014: hopefully correctly turn on the IDE CF
Alan Cox [Thu, 9 Aug 2018 18:15:37 +0000 (19:15 +0100)]
rc2014: hopefully correctly turn on the IDE CF

6 years agosam: next pass over the code working on stuff
Alan Cox [Wed, 8 Aug 2018 22:16:19 +0000 (23:16 +0100)]
sam: next pass over the code working on stuff

Still lots and lots to sort out

6 years agorc2014: init IDE
Alan Cox [Wed, 8 Aug 2018 22:15:49 +0000 (23:15 +0100)]
rc2014: init IDE

6 years agobank32k: note need to do swap
Alan Cox [Wed, 8 Aug 2018 22:15:27 +0000 (23:15 +0100)]
bank32k: note need to do swap

6 years agococo2cart: adjust sdc return to match 256 byte sectors
Brett Gordon [Wed, 8 Aug 2018 13:27:15 +0000 (09:27 -0400)]
coco2cart: adjust sdc return to match 256 byte sectors

6 years agococo2cart: reformat boot fail messages
Brett Gordon [Wed, 8 Aug 2018 13:18:47 +0000 (09:18 -0400)]
coco2cart: reformat boot fail messages

M6847 VDG chips can't do lowercase.

6 years agoMakefile: The Amstrad NC100 moved
Alan Cox [Tue, 7 Aug 2018 23:16:32 +0000 (00:16 +0100)]
Makefile: The Amstrad NC100 moved

6 years agogmtime: not a needed optimization
Alan Cox [Tue, 7 Aug 2018 23:15:49 +0000 (00:15 +0100)]
gmtime: not a needed optimization

6 years agoz80: Initial documentation on how 32K/32K works
Alan Cox [Tue, 7 Aug 2018 23:14:54 +0000 (00:14 +0100)]
z80: Initial documentation on how 32K/32K works

6 years agokernel: initial development tree for the Sam Coupe
Alan Cox [Tue, 7 Aug 2018 23:13:43 +0000 (00:13 +0100)]
kernel: initial development tree for the Sam Coupe

This is so that the 32K/32K split code can be developed. This memory model is
actually a lot more complex and different to the existing Z80 models we use.

Don't expect anything runnable for quite some time.

6 years agoz80: fix a nasty bug with the full bank switching model on swapless
Alan Cox [Tue, 7 Aug 2018 23:10:05 +0000 (00:10 +0100)]
z80: fix a nasty bug with the full bank switching model on swapless

The swap case is ok as it always runs on the swap stack. The non swap case
restores the process kernel stack underneath the curent sp. That in itself is
fine as we have interrupts off. However we then called map_kernel which if
the current sp was above the sp of the save would corrupt the stack.

Instead restore sp first so that we push and pop data below the saved stack
content

6 years agoz80: first sketches of the 32K/32K support
Alan Cox [Tue, 7 Aug 2018 23:07:46 +0000 (00:07 +0100)]
z80: first sketches of the 32K/32K support

Some of this will also hopefully apply to the 64K/ROM switch and the Cromemco /
NASCOM style models where you have write through to multiple banks but 64K
switching

6 years agolowlevel-z80: removed dead symbol import
Alan Cox [Tue, 7 Aug 2018 23:05:58 +0000 (00:05 +0100)]
lowlevel-z80: removed dead symbol import

6 years agokernel.def: add PAGE2 define
Alan Cox [Tue, 7 Aug 2018 23:05:33 +0000 (00:05 +0100)]
kernel.def: add PAGE2 define

We'll need that shortly

6 years agofont: add an expanded 8x8 font for 2bpp displays
Alan Cox [Tue, 7 Aug 2018 23:04:18 +0000 (00:04 +0100)]
font: add an expanded 8x8 font for 2bpp displays

We'll need this for the SAM Coupe where we don't have a 1pp high res mode.
(We may want a 6bit to 12bit font in the end but for now keep it simple).

6 years agotzset: more patches moving towards proper timezone support
Alan Cox [Thu, 2 Aug 2018 20:55:45 +0000 (21:55 +0100)]
tzset: more patches moving towards proper timezone support

It's enough to make you want summer time abolished!

6 years agotrslabel: fix missing error argument
Alan Cox [Tue, 31 Jul 2018 19:55:51 +0000 (20:55 +0100)]
trslabel: fix missing error argument

6 years agorc2014: add devinput
Alan Cox [Tue, 31 Jul 2018 19:55:29 +0000 (20:55 +0100)]
rc2014: add devinput

6 years agoBuild setdate for all platforms and add it to filesystem
Tormod Volden [Sat, 28 Jul 2018 11:39:37 +0000 (13:39 +0200)]
Build setdate for all platforms and add it to filesystem

seq was also missing on 6502 and pdp11.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Update README
Tormod Volden [Sat, 28 Jul 2018 10:36:36 +0000 (12:36 +0200)]
dragon-nx32: Update README

Also remove XRoar patch which went upstream.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agogm8x9: fix typo
Alan Cox [Fri, 27 Jul 2018 21:00:08 +0000 (22:00 +0100)]
gm8x9: fix typo

6 years agodragon-nx-32: tweaks to scsi driver
Alan Cox [Fri, 27 Jul 2018 20:59:21 +0000 (21:59 +0100)]
dragon-nx-32: tweaks to scsi driver

No way to test this yet so I doubt it works but it'll not-works better than
before 8)

6 years agorc2014: do a pile of cleanup work
Alan Cox [Fri, 27 Jul 2018 20:56:27 +0000 (21:56 +0100)]
rc2014: do a pile of cleanup work

- Start working on tty autodetect
- Sort out non standard SIO layouts

Still need to look further into the CTC usage and tidy up the boot logic so
we can do a handy boot from CP/M

6 years agopcw8256: update README
Alan Cox [Fri, 27 Jul 2018 20:52:33 +0000 (21:52 +0100)]
pcw8256: update README

6 years agorc-files: run setdate in the boot up
Alan Cox [Fri, 27 Jul 2018 20:52:09 +0000 (21:52 +0100)]
rc-files: run setdate in the boot up

6 years agodragon-nx32: (MOOH) Optimized fork copy bank routine
Tormod Volden [Tue, 24 Jul 2018 21:38:44 +0000 (23:38 +0200)]
dragon-nx32: (MOOH) Optimized fork copy bank routine

Around twice as fast. Now about 0.24 s for a 24KB large sh.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agotrs80m1: update README
Alan Cox [Tue, 24 Jul 2018 23:16:40 +0000 (00:16 +0100)]
trs80m1: update README

6 years agopcw8256: correct clock rate
Alan Cox [Tue, 24 Jul 2018 23:16:19 +0000 (00:16 +0100)]
pcw8256: correct clock rate

6 years agofsck: note an improvement to make
Alan Cox [Tue, 24 Jul 2018 23:15:38 +0000 (00:15 +0100)]
fsck: note an improvement to make

6 years agomkdir: fix size check
Alan Cox [Tue, 24 Jul 2018 23:15:25 +0000 (00:15 +0100)]
mkdir: fix size check

6 years agoinit: Allow empty process field in inittab
Tormod Volden [Mon, 23 Jul 2018 23:15:20 +0000 (01:15 +0200)]
init: Allow empty process field in inittab

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Add virtual consoles (6847 text mode)
Tormod Volden [Mon, 23 Jul 2018 21:57:38 +0000 (23:57 +0200)]
dragon-nx32: Add virtual consoles (6847 text mode)

Copy and rename the common CONFIG_VT_SIMPLE code and use it with the
6847 text mode.

This gives us:

tty1 Graphic mode console at 0x0400
tty2 CRT9128
tty3 VC 0 text mode at 0x1c00
tty4 VC 1 text mode at 0x1e00

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Reduce crt9128 screen size because of overscan
Tormod Volden [Mon, 23 Jul 2018 21:57:37 +0000 (23:57 +0200)]
dragon-nx32: Reduce crt9128 screen size because of overscan

On most monitors the last columns and lines of the CRT9128 output
are not visible.

The sync parameters were mask programmable on the CRT9128 so there might
be exceptions but this seems a common issue with the standard parts
available.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Add dual-screen support with CRT9128
Tormod Volden [Mon, 23 Jul 2018 21:57:36 +0000 (23:57 +0200)]
dragon-nx32: Add dual-screen support with CRT9128

Adds CRT9128 card on tty2 with shared keyboard. Switch tty with
ctrl-1 and ctrl-2 (CLEAR-1 and CLEAR-2 on Dragon keyboard).

The 6847 graphics VT interface functions are made private and
these or the CRT9128 ones are called depending on the current TTY.

Add video.h just in case (not needed since multiplexer is asm).

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agocrt9128: Add timeout in sync wait
Tormod Volden [Mon, 23 Jul 2018 21:57:35 +0000 (23:57 +0200)]
crt9128: Add timeout in sync wait

And try reset the chip if there is a timeout.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agocrt9128: Rename VT interface functions to be private
Tormod Volden [Mon, 23 Jul 2018 21:57:34 +0000 (23:57 +0200)]
crt9128: Rename VT interface functions to be private

So that they can be used in multi-head setups.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Remove unused VT macros in config.h
Tormod Volden [Mon, 23 Jul 2018 21:57:33 +0000 (23:57 +0200)]
dragon-nx32: Remove unused VT macros in config.h

Previously used with CONFIG_VT_SIMPLE

VT_BASE remains in use in devtty.c

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Make dwload support MOOH
Tormod Volden [Mon, 23 Jul 2018 21:48:32 +0000 (23:48 +0200)]
dragon-nx32: Make dwload support MOOH

It should remain compatible with the nx32 boards (Spinx-512).

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: Allow building MOOH variant (nx32 memory model)
Tormod Volden [Mon, 23 Jul 2018 21:48:31 +0000 (23:48 +0200)]
dragon-nx32: Allow building MOOH variant (nx32 memory model)

This MOOH variant just groups the 8KB pages into 32KB banks so that it
can run as an nx32 system.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agodragon-nx32: spi.s: Use macro defines for 65SPI flags
Tormod Volden [Mon, 23 Jul 2018 21:40:28 +0000 (23:40 +0200)]
dragon-nx32: spi.s: Use macro defines for 65SPI flags

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
6 years agoMakefile.pdp11: add Makefile that was omitted
Alan Cox [Tue, 24 Jul 2018 23:12:57 +0000 (00:12 +0100)]
Makefile.pdp11: add Makefile that was omitted

6 years agomkdir: documentation
Alan Cox [Tue, 24 Jul 2018 23:12:39 +0000 (00:12 +0100)]
mkdir: documentation

6 years agopcw8256: fix defines for networking
Alan Cox [Sun, 22 Jul 2018 22:26:54 +0000 (23:26 +0100)]
pcw8256: fix defines for networking

6 years agofont8x8; revert deconstification
Alan Cox [Sun, 22 Jul 2018 22:25:46 +0000 (23:25 +0100)]
font8x8; revert deconstification

We don't want sdcc making a huge initializer blob of it. Once we fix sdcc
we can sort this out. It might matter for other ports if so we may have to
ifdef it a bit