[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple Game Server - updates
On Jan 22, 3:45 pm, ol...@web.de (Oliver Schmidt) wrote:
> I've been looking for that in the ADTPro sources but couldn't find how
> the ProDOS MLI bootstrapping is done. I'd appreciate info on that (or
> where to find info).
Gui.java: actionPerformed() calls requestSend() to emit a "file" out
the active communications device on user request:
http://adtpro.cvs.sourceforge.net/viewvc/adtpro/adtpro/org/adtpro/gui/Gui.java?view=markup
UDPTransport.java: implements (well, disables) a few bootstrap-ish
items from the transport interface implementation. Those would have
to be re-enabled:
http://adtpro.cvs.sourceforge.net/viewvc/adtpro/adtpro/org/adtpro/transport/UDPTransport.java?view=markup
I'll connect with you off-group for more.