Subject: Re: New to the Dreamcast port
To: None <jmallett@newgold.net>
From: Marcus Comstedt <marcus@idonex.se>
List: port-dreamcast
Date: 02/05/2001 23:42:48
>>>>> "Joseph" == Joseph Mallett <jmallett@newgold.net> writes:
Joseph> 2) How robust is the bus which powers the kbd, dc mouse, controllers, etc?
>>
>> Um, exactly what do you mean by that?
Joseph> It was related to the next question. Trying to figure out if the maximum
Joseph> speed would make it all but worthless.
The Maple bus normally runs at 2 Mbps. It is theoretically possible
to select other speeds (up to 8 Mbps), but I havent checked if it
really works in practice. It's not supported by current peripherals.
Each port runs in half duplex (peripherals may only talk as a direct
response to commands sent by the host, within a certain timespan).
Commands and responses are packets with an MTU of 1KBytes, including
header (4 bytes).
// Marcus