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: rtc

Real time clock definition. The type attribute defines one of the two RTC HW configurations: m48t58 or ds12887.

Type: m48t58

child element attribute value description
control address (16 bit) Real time clock control address location
date address (16 bit) Real time date control address location
day address (16 bit) Real time day control address location
hour address (16 bit) Real time hour control address location
iogroup group number (8 bit) Real time clock iogroup definition. For details about value usage see XML - I/O
minute address (16 bit) Real time clock minute address location
month address (16 bit) Real time clock month address location
second address (16 bit) Real time clock second address location
year address (16 bit) Real time clock year address location

Type: ds12887

child element attribute value description
in mask, q port (1 to 7) Real time clock input port definition to read status. For details about attribute and value usage see XML - I/O
iogroup group number (8 bit) Real time clock iogroup definition. For details about value usage see XML - I/O
out mask, q, type port (1 to 7) Real time clock output port definition. Attribure type="select" will select an output port. Attribure type="write" will write to selected port. For details about attribute and value usage see XML - I/O