See:
http://www.faq.msxnet.org/miscfaq.html Quote from the FAQ: " The universal poke to do this is: POKE -1,1.0625*(NOT(PEEK(-1))AND&HF0) The same POKE, but a bit shorter: POKE -1,(15-PEEK(-1)\16)*17 " > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Manuel > Bilderbeek > Sent: Tuesday, October 02, 2001 9:31 AM > To: [EMAIL PROTECTED] > Subject: Re: MSX woes > > > Maico Arts wrote: > > Hello > > > > > >>Any idea why poke -1,170 (which is sadly required for > almost all konami > >>games) causes my sony f1xd to reboot? > >> > > > > If I am not mistaken this poke is for Philips computers. > for Sony computers > > you should use poke -1,255 and for MSx Turbo R computers > you should use -1,0 > > Better: use the universal poke as can be found in the FAQ, > misc section. > -- > Grtjs, Manuel > > PS: MSX 4EVER! (Questions? See http://www.faq.msxnet.org/) > PPS: Visit my homepage: http://bilderbeek.cjb.net/ > > > -- > For info, see http://www.stack.nl/~wynke/MSX/listinfo.html > -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html
