[MSX] New MSX hardware

2001-10-24 Thread Tony Bedford
Does anyone know if there is __new__ 'MSX style' hardware available? i.e. Based on Z80+, colour graphics, sound, disk interface etc. BTW would it be easy for the mail list server to prepend '[MSX]' to MSX mailing list emails? Cheers, Tony -- For info, see

RE: [MSX] New MSX hardware

2001-10-24 Thread Tony Bedford
software and that can be bought new? Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Manuel Bilderbeek Sent: Wednesday 24 October 2001 10:28am To: [EMAIL PROTECTED] Subject: Re: [MSX] New MSX hardware Tony Bedford wrote: Does anyone know

RE: [MSX] New MSX hardware

2001-10-24 Thread Tony Bedford
There are some, built in Brasil by Ademir Carchano. Check out his page: http://www.carchano.com.br/ This sounds exactly what I need. Unfortunately there isn;t an English version of the web-site as far as I can see. Does anyone here have this product and can they recommend it? Thanks, Tony

RE: Z80 loops

2001-10-23 Thread Tony Bedford
: Monday 22 October 2001 4:44pm To: [EMAIL PROTECTED] Subject: RE: Z80 loops Tony Bedford wrote: I'm hoping to put together a tip sheet with example code for newbie Z80 programmers like myself. I'd like to include your ideas, do you mind? Sure, they're not MY ideas. Although I did think

RE: Z80 loops

2001-10-22 Thread Tony Bedford
]]On Behalf Of Patriek Lesparre Sent: Saturday 20 October 2001 4:29am To: [EMAIL PROTECTED] Subject: Re: Z80 loops Tony Bedford wrote: I have a loop that needs to clear a 4096 byte area. I would like it to be as fast as possible, but this is not critical. Even if you do not use a LDIR

intent/Elate

2001-10-19 Thread Tony Bedford
Hi, Not strictly MSX related, but as several of you have asked me about Tao/intent, and the official MSX emulator is for intent (so it seems), you may find this link of interest. Go to www.osnews.com and look at the interviews section. This is recent and there are screenshots too. Cheers, Tony

RE: Hello! Also about tools.

2001-10-19 Thread Tony Bedford
: Hello! Also about tools. hmmm... How come tniASM does fit in the picture and Chaos ASM 3 doesn't? Just curious :) d-fader - Original Message - From: Tony Bedford [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 7:24 PM Subject: RE: Hello

Z80 loops

2001-10-19 Thread Tony Bedford
Hi, I have a loop that needs to clear a 4096 byte area. I would like it to be as fast as possible, but this is not critical. Here's what I came up with: ; need to clear data area ; data area is 4096 bytes ; 4096 = (255*16)+16 ld hl,DATA_AREA ld c,16

RE: Z80 loops

2001-10-19 Thread Tony Bedford
Sent: Friday 19 October 2001 6:42pm To: [EMAIL PROTECTED] Subject: Re: Z80 loops Hi, What about this? ld hl,DATA_AREA ld (hl),0 ld de,DATA_AREA+1 ld bc,4095 ldir Regards, Tony Bedford wrote: Hi, I have a loop

Hello! Also about tools.

2001-10-18 Thread Tony Bedford
Hi MSXers, I've just joined the list so thought I would say hi! Is anyone out there cross developing from PC to MSX emulators? If so can you recommend any good (ideally free) tools? At the moment I'm using a22i (noca$h) assembler which is good. I also know about Chaos 3 IDE, but don;t really

RE: Hello! Also about tools.

2001-10-18 Thread Tony Bedford
: Thursday 18 October 2001 9:12am To: [EMAIL PROTECTED] Subject: Re: Hello! Also about tools. Tony Bedford wrote: Hi MSXers, I've just joined the list so thought I would say hi! Welcome! :-) I can't help you but: Thanks, Tony. [EMAIL PROTECTED] Hey, are you one of those guys

RE: Hello! Also about tools.

2001-10-18 Thread Tony Bedford
To: [EMAIL PROTECTED] Subject: Re: Hello! Also about tools. Tony Bedford wrote: Hey, are you one of those guys working on Intent/Elate, the platform for which the Official MSX Emulator (MSX PLAYer) is being made? well yes I work for Tao. As you probably know the emulator itself is not being

RE: Hello! Also about tools.

2001-10-18 Thread Tony Bedford
Adriano, runs as if it were running on a 700MHz Z80). Links to the CP/M Now there's a thought :) Thanks a lot for those tips. I will follow them up. Regards, Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adriano Camargo Rodrigues da Cunha

RE: Hello! Also about tools.

2001-10-18 Thread Tony Bedford
: Hello! Also about tools. Tony Bedford wrote: Is anyone out there cross developing from PC to MSX emulators? I developed GEM (a Gameboy Emulator for MSX, http://gem.tni.nl/) using PC and BrMSX MSX emulator. I particularly need a good Z80 disassembler, Windows based. You should check out