Commit Graph

12 Commits

Author SHA1 Message Date
Vas Crabb
878a16dda1 housekeeping: Use proper SPDX ID for CC0 license. 2022-12-23 02:49:34 +11:00
0kmg
682d586fdf
Various cleanups in software lists. (#9866)
* Cleaned up spaces in software list comments.

* megadriv.xml: Improperly indented sharedfeat tag.

* gbcolor.xml: Converted "GBC only" comments into sharedfeat tags.

* a5200.hsi: Fixed a few dispossessed tags.

* Various softlists: Fixed improperly entabulated tags.

* Various softlists: More entabulation fixes.
2022-05-31 20:34:38 -04:00
Vas Crabb
438a497c37 (nw) More license shuffling
Get rid of a couple of copies of the CC0 text.  Add header comment to
CC0 files to remind people editing them what the terms are.  Also add
some missing XML headers.  The header comments in layouts won't bloat
the binary - they get stripped out before compressing, same as any other
comments.
2020-03-07 22:02:56 +11:00
firewave
87426ce349 avoid "Redundant default attribute value assignment" in hash files (nw) 2020-01-20 09:52:32 +01:00
Patrick Mackinlay
e7c7bcf2e5 interpro: softlist tidy (nw)
* Added missing C400E boot image
* Removed unnecessary offset attribute
2019-04-15 13:35:32 +07:00
Patrick Mackinlay
e541a8acbb interpro: use the manufacturer convention (nw) 2018-09-18 11:33:22 +08:00
Patrick Mackinlay
c6efdb988b interpro: softlist addition (nw) 2018-09-18 11:29:26 +08:00
Patrick Mackinlay
811cfce435 interpro: softlist additions (nw) 2018-08-21 11:06:28 +10:00
Patrick Mackinlay
cbbfc0eb83 interpro: headless configuration working (#3849)
* interpro: headless boot working

These fixes enable booting and CLIX installation on headless InterServe systems (InterPro systems without graphics) using a VT100 or VT220 compatible terminal on serial port 2 (0 for ip6000). It's now possible to install and boot CLIX on the ip6000 system, as this works around the issues with the incomplete graphics hardware support in the driver.
* interpro: tidy serial configuration, add missing control lines
* ioga: fix serial dma
* z80scc: update /WREQ when transmitter is enabled/disabled, use 0 for assert state of active low output
* softlist: added 60x0 CLIX root floppies

* z80scc: tidy (nw)
2018-08-14 00:12:21 +10:00
Patrick Mackinlay
ae2bb8f6c7 interpro: emerald diagnostics softlist (nw) 2018-05-27 19:01:32 +10:00
Vas Crabb
08dde5eb0a srcclean and regenerate localisations (nw) 2018-03-25 02:03:24 +11:00
Patrick Mackinlay
421d6dd2cc interpro: various improvements
Many changes, most notable end result is the ability to boot the "blue screen" rebuild floppy, and nearly booting CLIX (hangs trying to mount the filesystems).

Summary of changes:
* added a softlist
* refactored cpu/mmu memory access
* added alignment faults
* implemented most c400 instructions
* fixed wait instruction
* corrections to interpro driver
* removed broken forced interrupt handling
* added support for dma virtual addressing
2018-02-27 17:54:29 +07:00