Commit 0c78c7f5 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Enable some extra modules in IOMD32 components file

Detail:
  Components/ROOL/IOMD32 - Enabled some extra modules now that they work: ADFS, ParallelDeviceDriver, SerialDeviceDriver, SoundDMA
Admin:
  Tested in ROM softload on RiscPC.
  ADFS floppy support is currently disabled due to not working yet, and Maestro seems to be able to cause SoundDMA/SoundScheduler to crash.


Version 5.18. Tagged as 'BuildSys-5_18'
parent b10483b5
......@@ -74,10 +74,7 @@ DragAnObj
DrawMod
BBCEconet
FileCore
################### Two ways to proceed with ADFS: 1) write a HAL backed, or
################### 2) add build switch to force pre-HAL code to be used
################### (but this needs to be taught about variable IOMD address)
ADFS -type EXP
ADFS
RamFS
Filer
FilerSWIs
......@@ -99,8 +96,7 @@ NetPrint
NetStatus
NetUtils
Obey
################### Parallel needs to be taught about variable IOMD address
ParallelDeviceDriver -type EXP
ParallelDeviceDriver
Pinboard
PipeFS
RAMFSFiler
......@@ -108,14 +104,11 @@ ResourceFiler
ROMFonts
ScreenBlanker
ScrSaver -options SCRSAVERAPP=No
################### Serial needs to fall back to IOMD if no PCI, and
################### needs to be taught about variable IOMD address
SerialDeviceDriver -type EXP
SerialDeviceDriver
SerialDeviceSupport
SerialMouse
ShellCLI
################### SoundDMA needs to be taught about variable IOMD address
SoundDMA -type EXP
SoundDMA
SoundChannels
SoundScheduler
SpriteExtend
......
/* (5.17)
/* (5.18)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.17
#define Module_MajorVersion_CMHG 5.18
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 04 Jun 2011
#define Module_Date_CMHG 22 Jun 2011
#define Module_MajorVersion "5.17"
#define Module_Version 517
#define Module_MajorVersion "5.18"
#define Module_Version 518
#define Module_MinorVersion ""
#define Module_Date "04 Jun 2011"
#define Module_Date "22 Jun 2011"
#define Module_ApplicationDate "04-Jun-11"
#define Module_ApplicationDate "22-Jun-11"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.17"
#define Module_HelpVersion "5.17 (04 Jun 2011)"
#define Module_LibraryVersionInfo "5:17"
#define Module_FullVersion "5.18"
#define Module_HelpVersion "5.18 (22 Jun 2011)"
#define Module_LibraryVersionInfo "5:18"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment