MSX logo
  • HOME
  • NEWS
    • ARCHIVE
  • FORUM
    • MSX TALK
    • DEBATES EN ESPAÑOL
    • MULTILINGUAL FORUMS
  • WIKI
    • INDEX
    • PROGRAMMING
    • MSX FAQ
    • SCENE MEMBERS
    • SCENE GROUPS
  • COMMUNITY
    • PHOTOSHOOTS
    • POLLS
    • LINKS
  • ARTICLES
    • GENERAL
    • REVIEWS
    • FAIR REPORTS
  • DOWNLOADS
    • DOWNLOADS DB
  • MRC
    • ABOUT US
    • JOIN OUR TEAM
    • DONATE
Home
  • Content
  • Users

Search

Last
Next
Page 3/14
Previous
1 | 2 | | 4 | 5 | 6 | 7 | 8
Search results

Sprite detection routine (calling Artrag)

by Metalion on 10-08-2021, 22:40
Score: 166.91 %, Type: Forum topic , Comments: 10 comments
under the top border add (ix+6) ; add y offset within the sprite 1 (yoffset1) ld e,a ld d,0 ; de = ... (yoffset2) ld l,a ; ld h,0 ; hl = y2 + yoffset2 + 32 ld h,d <=== optimization Metalion wrote: How ... being 0. If a collision is possible on the Y-axis then the code checks to see if there is a collosion ...

Inserting an SFX in a track playing

by Metalion on 31-07-2021, 20:50
Score: 166.93 %, Type: Forum topic , Comments: 13 comments
frame, whether needed or not. A rest, for example, must write 0 to channel volume at each frame. Same ...

PSG envelope control reset

by Metalion on 25-07-2021, 15:39
Score: 166.66 %, Type: Forum topic , Comments: 3 comments
Hi everyone, A simple question, but I cannot find the answer. When using the envelope control on the PSG, if the envelope chosen is not repetitive (like envelopes 1,9 or 15 for example), after the volume has died down, the following notes are ...

Sjasm - special use of argument in macro

by Metalion on 14-07-2021, 18:53
Score: 166.45 %, Type: Forum topic , Comments: 12 comments
Hi everyone, I would like to know if it's possible to manipulate a macro argument in Sjasm, in order to "split"' it in different arguments. Let's say I have this macro, which adds 'hl' and 'a' ...

INCDIR in Sjasm

by Metalion on 05-04-2021, 12:36
Score: 163.78 %, Type: Forum topic , Comments: 8 comments
Hello everyone, Does someone know how to use the INCDIR directive in Sjasm ? I can't seem to make it work properly. I've tried : incdir full_path incdir "full_path" incdir ..\relative_path incdir ...

Set sprite size through BIOS ?

by Metalion on 08-03-2021, 17:24
Score: 162.88 %, Type: Forum topic , Comments: 4 comments
; VDP: screen 2 call INIGRP ; screen ,2 call DISSCR ld hl, RG1SAV ; (RG1SAV: equ $f3e0 ; Content of VDP(1) register (R#1)) set 1, [hl] ; (first call to ENASCR will actually apply to the VDP) ; screen ,,0 ... instruction is actually doing ( https://github.com/apoloval/msx-system/blob/master/base/1.0/... ): ...

Is it possible to reproduce low-pass filter on PSG ?

by Metalion on 07-03-2021, 11:51
Score: 162.77 %, Type: Forum topic , Comments: 16 comments
results. If you want to lower the volume a bit, enable the tone generator and set it to period 0 or 1, ... it to period 0 or 1, the inaudibly quick oscillation of the tone generator will halve the amplitude. ... fake lowpass filter https://www.dropbox.com/s/q7cvc8ze7nsl6xm/PSG%20fake%20lowpass%20filter.mp3?dl=0 ...

MG2 VDP frequency

by Metalion on 03-03-2021, 10:31
Score: 162.6 %, Type: Forum topic , Comments: 13 comments
of the code: if (sync == VDP_SYNC_AUTO) { vdp->palMask = ~0; vdp->palValue = 0; } else if (sync == VDP_SYNC_50HZ) { vdp->palMask = ~0x02; vdp->palValue = 0x02; } else if (sync == VDP_SYNC_60HZ) { vdp->palMask = ~0 ...

How do you keep a build number ?

by Metalion on 27-02-2021, 13:55
Score: 162.5 %, Type: Forum topic , Comments: 2 comments
way to do it, using the 'update' instruction: module VERSION major=0 minor=0 ... "0"+build/1000,"0"+(build mod 1000)/100 byte "0"+(build mod 100)/10,"0"+(build mod 10) endmodule ...

Looking for Salamander (EUR)

by Metalion on 26-02-2021, 12:57
Score: 162.82 %, Type: Forum topic , Comments: 6 comments
Hi, I'm looking for Salamander, european version. Must have box and inlay, preferably with manual if possible. The box must be in very good/good condition. Thank you. I have a structurally very I have a structurally very nice ...
Last
Next
Page 3/14
Previous
1 | 2 | | 4 | 5 | 6 | 7 | 8
Sort by
  • Relevancy
  • Title
  • Type
  • Author
  • sort iconDate
Filter by type
  • (-) Forum topic
Filter by Forums
  • MSX Talk (137)
Filter by post date
  • 2007 (20)
  • 2008 (6)
  • 2009 (2)
  • 2011 (9)
  • 2012 (4)
  • 2013 (2)
  • 2014 (4)
  • 2016 (16)
  • 2017 (2)
  • 2018 (9)
  • 2019 (8)
  • 2020 (19)
  • 2021 (18)
  • 2022 (18)
Filter by author
  • (-) Metalion
Become a member

Don't you have an account yet? Become an MSX-friend and register an account!

Register now

MSX Music player
    © 1996-2023 Microcomputer & Related Culture Foundation. MSX is a trademark of MSX Licensing Corporation. Terms and conditions | Privacy policy