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

Next
Page 1/3
| 2 | 3
Search results

My SINTH.BAS

by sp4 on 25-12-2018, 23:31
Score: 163.72 %, Type: Forum topic , Comments: 1 comment
Hi here https://www.msx.org/downloads/synthesizer-in-basic-for-psg-0 I submit my new synthesizer implemented by me. Pls use the submit button Pls use the submit button (Development) ...

Request of ide bios for msxdos2

by sp4 on 05-02-2017, 10:16
Score: 154.23 %, Type: Forum topic , Comments: 2 comments
Hi, I request a BIOS for an IDE controller for msxdos2. Nobody can help me to find that? Google for sunrise ide Google for sunrise ide bios..... If that's what you want. I found the follow schematic I found the follow ...

I' m searching the library for manage the EVA DVD

by sp4 on 17-02-2016, 14:52
Score: 149.92 %, Type: Forum topic , Comments: 0 comments
Hi, i'm searching a library for MSX than can manage with PLAY, STOP, RW, FW, EJECT commands the EVA DVD. Can you help me to search that library? (Development) ...

Problem with MSXBIOS.H in MSX-c

by sp4 on 03-11-2015, 17:15
Score: 148.68 %, Type: Forum topic , Comments: 46 comments
boxline(10,10,100,100); return 0; } If I give the follow command: A:\c xtetris I obtain the follow messages: [b:\include\MSXBIOS.H] line 0 column 17: redeclaration of 'NAT' ... boxline(10,10,100,100); return 0; } and I had the follow messages: in "main" call ...

My crt0calc.s

by sp4 on 12-02-2015, 21:21
Score: 145.91 %, Type: Forum topic , Comments: 5 comments
Hi, hit9918 wrote me the follow code crt0.s. .module crt0 .globl _main ;; ... and why. My error message is this: crt0calc.s:40 Error: <u> undefined symbol encountered during assembly crt0calc.s:44 Error: <u> undefined symbol encountered during assembly crt0 ...

I need a crt0 for my calculator Z80

by sp4 on 09-02-2015, 16:44
Score: 145.77 %, Type: Forum topic , Comments: 12 comments
calculator: The EEPROM program memory is form 0x0000 to 0x1FFF The RAM data memory is from 0xE000 to 0xFFFF Anybody can help me to make a crt0.o for add and link that with my app.c for my ... compile.bat is this: sdcc My compile.bat is this: sdcc –debug –no-std-crt0 -mz80 –code-loc 0 ...

My paint() in C

by sp4 on 07-02-2015, 14:05
Score: 155.36 %, Type: Forum topic , Comments: 17 comments
ld l, 5(ix) call #0x0069 ; ---> BIOS call for color the screen ld 6(ix),#0x9D call #0x0069 __endasm; } my app.c is the follow: #include "graphic.h" extern int x, y, a, b, ray, col; void (*function)() = (void (*)())0xc0; void main() { color(5,15,5); ...

Enlarge SDCC's stack

by sp4 on 04-02-2015, 22:10
Score: 145.82 %, Type: Forum topic , Comments: 32 comments
By looking at the crt0, it By looking at the crt0, it seems SDCC doesn't set its own stack. ... looking at the crt0, it seems SDCC doesn't set its own stack. One thing to do is to avoid big local ... hl = length ; bc = -(length + 1) ; a = 0 ; z flag set if 0 length ; ...

Problem of reset with my line()

by sp4 on 04-02-2015, 00:18
Score: 145.84 %, Type: Forum topic , Comments: 6 comments
(void (*)())0xc0; extern int x, y, x1, x2, y1, y2, col; extern float m, q; void main() { screen(5); color(1,15,1); x1 = 30; y1 = 30; x2 = 0; y2 = 0; col=15; line(); halt(); di(); ... de dec sp pop af push af inc sp push de push bc push hl push af ld ix,#0x91 ;MAPXYC call ...

Problem with my play()

by sp4 on 31-01-2015, 23:59
Score: 145.78 %, Type: Forum topic , Comments: 17 comments
#define WRTPSG 0x0093 #define RDPSG 0x0096 //int x; //int y; //float time[3]; //unsigned char ... (hl),d ;FDA3: F9 inc hl LD HL, START$ LD DE, VSYNC_ISR LD BC, #0x70 ;#0x70 esadecimale (lunghezza del blocco da copiare ; che dovrebbe essere circa 102 byte = #0x66, mettiamo #0x70 per ...
Next
Page 1/3
| 2 | 3
Sort by
  • Relevancy
  • Title
  • Type
  • Author
  • sort iconDate
Filter by type
  • Forum topic (24)
Filter by Forums
  • (-) MSX Talk
    • (-) Development
Filter by post date
  • 2010 (2)
  • 2011 (5)
  • 2013 (1)
  • 2015 (13)
  • 2016 (1)
  • 2017 (1)
  • 2018 (1)
Filter by author
  • (-) sp4
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