Subversion Repositories Shiroi

Rev

Rev 3 | Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 7
Line 8... Line 8...
8
		0x1: Audio
8
		0x1: Audio
9
		0x2: System
9
		0x2: System
10
	Bottom 4 bits mean the card type:
10
	Bottom 4 bits mean the card type:
11
		Video:
11
		Video:
12
			0x1: Video Mark I
12
			0x1: Video Mark I
-
 
13
			0x2: Video Mark II
13
		Audio:
14
		Audio:
14
			0x1: Sound Mark I
15
			0x1: Sound Mark I
15
		System:
16
		System:
16
			0x1: Math Mark I
17
			0x1: Math Mark I
17
			0x2: Text Mark I
18
			0x2: Text Mark I
Line 19... Line 20...
19
Video Mark I card maps itself to:
20
Video Mark I card maps itself to:
20
	0: VDP address
21
	0: VDP address
21
	1: VDP data
22
	1: VDP data
22
	2: See above
23
	2: See above
23
 
24
 
-
 
25
Video Mark II card maps itself to:
-
 
26
	0: VDG VRAM address
-
 
27
	1: VDG VRAM data
-
 
28
	2: See above
-
 
29
 
24
Sound Mark I card maps itself to:
30
Sound Mark I card maps itself to:
25
	3: PSG address
31
	3: PSG address
26
	4: PSG data
32
	4: PSG data
27
	5: See above
33
	5: See above
28
 
34