public static class PSid.PHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
char[] |
author
ASCII strings, 31 characters long and terminated by a trailing zero
|
short[] |
data
16-bit offset to binary data in file
|
short[] |
flags
only version 0x0002
|
short[] |
id
'PSID' (ASCII)
|
short[] |
init
16-bit C64 address of init subroutine
|
short[] |
load
16-bit C64 address to load file to
|
char[] |
name
ASCII strings, 31 characters long and terminated by a trailing zero
|
short[] |
play
16-bit C64 address of play subroutine
|
char[] |
released
ASCII strings, 31 characters long and terminated by a trailing zero
|
short |
relocPages
only version 0x0002B
|
short |
relocStartPage
only version 0x0002B
|
short[] |
reserved
only version 0x0002
|
static int |
SIZE |
short[] |
songs
number of songs
|
short[] |
speed
32-bit speed info:
bit: 0=50 Hz, 1=CIA 1 Timer A (default: 60 Hz) |
short[] |
start
start song out of [1..256]
|
short[] |
version
0x0001 or 0x0002
|
| Constructor and Description |
|---|
PSid.PHeader() |
PSid.PHeader(short[] s,
int offset) |
public static final int SIZE
public short[] id
public short[] version
public short[] data
public short[] load
public short[] init
public short[] play
public short[] songs
public short[] start
public short[] speed
public char[] name
public char[] author
public char[] released
public short[] flags
public short relocStartPage
public short relocPages
public short[] reserved
Copyright © 2014. All rights reserved.