Subversion Repositories Shiroi

Rev

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

Rev 1 Rev 3
Line 4... Line 4...
4
 
4
 
5
I/O port (3n-1) returns the card type.
5
I/O port (3n-1) returns the card type.
6
	Top 4 bits mean the card genre:
6
	Top 4 bits mean the card genre:
7
		0x0: Video
7
		0x0: Video
8
		0x1: Audio
8
		0x1: Audio
9
		0x2: Math
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
		Audio:
13
		Audio:
14
			0x1: Sound Mark I
14
			0x1: Sound Mark I
15
		Math:
15
		System:
16
			0x1: Math Mark I
16
			0x1: Math Mark I
-
 
17
			0x2: Text Mark I
17
 
18
 
18
Video Mark I card maps itself to:
19
Video Mark I card maps itself to:
19
	0: VDP address
20
	0: VDP address
20
	1: VDP data
21
	1: VDP data
21
	2: See above
22
	2: See above
Line 27... Line 28...
27
 
28
 
28
Math Mark I card maps itself to:
29
Math Mark I card maps itself to:
29
	6: AM9511 stack
30
	6: AM9511 stack
30
	7: AM9511 command
31
	7: AM9511 command
31
	8: See above
32
	8: See above
-
 
33
 
-
 
34
Text Mark I card maps itself to:
-
 
35
	9: Keyboard data
-
 
36
	10: Empty
-
 
37
	11: See above