EMMA 02

XML CODE

  • Home
  • Download
  • Change Log
  • Help
  • Compilation
    • Windows
    • OS X
    • Ubuntu
    • Fedora
    • openSUSE
  • Forums
  • Tape Conversion
  • Machine Code
    • SYSTEM00
    • CDP1801
    • CDP1802
    • CDP1804
    • CDP1805
    • Differences
  • Pseudo Code
    • AMVBAS
    • AM4KBAS
    • CARDTRAN
    • Chip-8, 8X, ETI-660 & Elf
    • FEL-1
    • FPA-1
    • FPL-2
    • FPL-4
    • GPL-2
    • GPL-3
    • GPL-4
    • GPL-A (2K RAM)
    • GPL-A (2K ROM)
    • ST2
    • ST4
    • STK
    • Test-Word
    • Super-chip
  • XML Code
    • Main Elements
    • I/O
    • System
    • A/D Convertor
    • BASIC
    • Batch wav
    • Bootstrap
    • Cassette
    • CD4536B
    • CDP1851
    • CDP1852
    • CDP1854
    • CDP1855
    • CDP1877
    • CDP1878
    • CDP1879
    • Debugger
    • COMX Diagnostic
    • Dip switch
    • Disk
    • EF Buttons
    • Flip Flop
    • Front Panel
    • GUI
    • HEX Modem
    • I/O Group
    • Keyboard
    • Keyfile
    • Locations
    • Memory
    • MM57109
    • Printer
    • RTC
    • Sound
    • Splash
    • USB
    • Video
    • Videodump
    • vt
    • X Modem
  • BASIC
    • General Information
    • COMX BASIC V1.00
    • Floating Point BASIC 2.2
    • Pecom 32 BASIC
    • Pecom 64 BASIC 1.0 & 4.0
    • Quest Super BASIC 1.4
    • Quest Super BASIC 3.0
    • Quest Super BASIC 5.0
    • Quest Super BASIC 6.0
    • RCA BASIC3 V1.1
    • Telmac SBASIC v24.3
    • Error Messages
  • Computer List

 

 

 

 

 

 

 

 

 

 

 

 

Element: splash

Splash screen definition. The splash screen is shown on startup of the emulated machine and can show tips for the user like key definition, startup procedures etc.

child element attribute value description
dialog dialog (text) Selects one of the pre-defined dialogs. If dialog is not specified <text>, <mac>, <windows> and/or <linux> will be used for the splash window definition.

Prefdeined dialogs:

  • Vip: Show VIP message for ROM Mode and FPB
  • SBV1_VT: Show SuperBasic V1.4 message on VT
  • SBV1_SUPER: Show SuperBasic V1.4 message on Super Video
  • SBV3_SUPER: Show SuperBasic V3 message on Super Video
  • RCA_BASIC: Show RCA BASIC message
  • ELFOS: Show Elf/Os message on VT
  • Monitor: Show MINIMON and GOLDMON message
  • TINY: Show TINY BASIC message
  • TINY_VT: Show TINY BASIC message on VT
  • Elf2K_VT: Show Elf2K message on VT
  • MCDS: Show MCDS UT62 message
linux message (text) Text message to be shown on linux. Use for a carriage return character
mac message (text) Text message to be shown on a mac. Use for a carriage return character
text message (text) Use text (instead of linux, max, windows) if the same text message canbe shown on all 3 platforms. Use for a carriage return character
windows message (text) Text message to be shown on windows. Use for a carriage return character