Subversion Repositories Shiroi

Rev

Rev 3 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 nishi 1
I/O List
2
 
3
If the I/O port (3n-1) returns 0, card is not there.
4
 
5
I/O port (3n-1) returns the card type.
6
	Top 4 bits mean the card genre:
7
		0x0: Video
8
		0x1: Audio
9
		0x2: Math
10
	Bottom 4 bits mean the card type:
11
		Video:
12
			0x1: Video Mark I
13
		Audio:
14
			0x1: Sound Mark I
15
		Math:
16
			0x1: Math Mark I
17
 
18
Video Mark I card maps itself to:
19
	0: VDP address
20
	1: VDP data
21
	2: See above
22
 
23
Sound Mark I card maps itself to:
24
	3: PSG address
25
	4: PSG data
26
	5: See above
27
 
28
Math Mark I card maps itself to:
29
	6: AM9511 stack
30
	7: AM9511 command
31
	8: See above