Search found 40 matches

by John
Thu Apr 30, 2020 9:04 pm
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P31 - Hardware Sprites on the MSX1!
Replies: 24
Views: 20350

Re: Video: Lesson P31 - Hardware Sprites on the MSX1!

Another question, I think I can save a lot of memory, about 5kb on one of the two images, by using zx spectrum colouring for one of the images for an MSX1 screen. Can I use an Akusprite export to colour an MSX1 screen in the style of the ZX Spectrum? Still need to know about banks because I want the...
by John
Thu Apr 30, 2020 7:44 pm
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P31 - Hardware Sprites on the MSX1!
Replies: 24
Views: 20350

Re: Video: Lesson P31 - Hardware Sprites on the MSX1!

I am reading your notes and I think I am beginning to understand how bank of memory work on the MSX 1. Just check with you I have understood it correctly so far. So the 64K is split into four banks which are of size 16k. Each bank is addressed by a slot or a subslot of a slot. The cartridge banks on...
by John
Thu Apr 30, 2020 2:27 am
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P31 - Hardware Sprites on the MSX1!
Replies: 24
Views: 20350

Re: Video: Lesson P31 - Hardware Sprites on the MSX1!

Bank switching only applied to cartridges as far as I understand. Are you saying it will work if the program was made as a MSX-1 tape image? Because tape cannot use banks of memory as it is sequentially and mechanically loaded. So two screens can be loaded into the RAM of a 64K MSX-1.
by John
Wed Apr 29, 2020 4:46 pm
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P31 - Hardware Sprites on the MSX1!
Replies: 24
Views: 20350

Re: Video: Lesson P31 - Hardware Sprites on the MSX1!

I want to use the your bitmap simulation code, that uses all 3 tile banks in screen 2, for MSX 1 to load more than one background screen for a game. I thought it would just be a simple straight forward extension. I will describe a simple extension I tried -but why doesn't it work? The starting point...
by John
Sun Apr 26, 2020 10:06 pm
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P31 - Hardware Sprites on the MSX1!
Replies: 24
Views: 20350

Re: Video: Lesson P31 - Hardware Sprites on the MSX1!

Do you have the code for software sprites, that can be coloured and placed anywhere the screen like the hardware sprites , for the MSX1 ? I see you have done software sprites on other systems.
by John
Fri Apr 17, 2020 9:15 am
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!
Replies: 9
Views: 9632

Re: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!

Yes, it works now. So for anyone else solving the same problem; the correct simple MSX BLOAD program ,using VASM, is org &BFF9 ; replace with your required address db &FE ; Bload header signature dw Begin ; begin address of the program dw Programend ; end address of the program dw Begin ; ad...
by John
Tue Apr 14, 2020 8:15 pm
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!
Replies: 9
Views: 9632

Re: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!

Hi, I did do what you suggested, program is below, but still the simple program does not compile with VASM. org &BFF9 ; db "FE" ; Bload header signature dw Begin ; begin address of the program dw Programend ; end address of the program dw Begin ; adress of where to execute program Begi...
by John
Mon Apr 13, 2020 10:15 am
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!
Replies: 9
Views: 9632

Re: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!

I think i can make Arkos Tracker 2 work -but first I need to know how to make a .BIN file work. All the files in this message are in the ZIP file. So I am trying to learn how to make a .BIN MSX program with VASM assembler. I am having a problem,using VASM, compiling a minimal .BIN program that simpl...
by John
Mon Mar 30, 2020 3:59 am
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!
Replies: 9
Views: 9632

Re: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!

I still can't I can figure out the Arkos Tracker 2 for use with MIDI. So another way to do it would be I suggest that you do, or an interested reader, is to modifiy you Chibisound so it can play, a lot of professional songs, in MIDI format-the way to do this will be as follows. My song is in the sca...
by John
Wed Mar 25, 2020 4:36 am
Forum: MSX & MSX2 Assembly Programming
Topic: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!
Replies: 9
Views: 9632

Re: Video: Lesson P35 - Playing Digital Sound with WAV on the AY!

Hello, I want to convert a MIDI file of a song, using Arkos Tracker 2, so it works with your MSX-1 hello world cartridge tutorial. Unfortunately It would take too much memory to convert a song, to decent quality, using Chibiwave. I watched your other video tutorial of using Arkos Tracker 1 but unfor...

Go to advanced search