Giter VIP home page Giter VIP logo

msx2-technical-handbook's People

Contributors

fubukimaru avatar igmar avatar konamiman avatar pvmm avatar tomharte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

msx2-technical-handbook's Issues

Unsplit Chapters 4 and 5 (?)

Per the main readme, "chapters 4 and 5 are split in two files each due to their size". Is that still appropriate more than 20 years after your original transcription?

Posed as an issue in order to find out what the thinking is.

Errata

Chapter 5a
Table 5.1

D# Octave 5 is 0xB4 instead of 0x84

Seems a OCR fail.

Errata

En uno de tus ejemplos, tienes esta línea:

1160 LINE (I+33),0)-STEP(0,120),15

la correcta es:

1160 LINE (I+33,0)-STEP(0,120),15

MSX-BASIC Kun

The document used for the MSX-BASIC Kun manual is also released with a disk from sparrow soft in 1988, but in that document the year is 1986. But in both documents they say there are three new commands (#C, #I, #N), but I wonder if this is translated correct since it looks like these commands are already available in the first version.

Also there are three versions:

  • MSX-BASIC Kun
  • MSX-BASIC Kun Plus
  • MSX-BASIC Kun Turbo

I found the original ASCII docs of the last version (in Japanese):
basicn1.txt
basicn2.txt
basicn3.txt

Appendix 9: Character set

I don't know what this appendix is like, but some time ago I made a table in HTML (it is also available in PDF), with the table of characters with the international codes.
It is at your disposal, to adapt it to the format of this document or I am also available to make any changes you need.
(Sorry for my bad English).
https://github.com/mvac7/MSXhardware_gfxResources/tree/main/MSX_charset_HTML
https://github.com/mvac7/MSXhardware_gfxResources/blob/main/MSX_character_set_horizontal.pdf
https://github.com/mvac7/MSXhardware_gfxResources/blob/main/MSX_character_set_vertical.pdf

VDP routine YMMM appears to be incorrect

There's this bit of code:

        LD      A,L                     ;make NY and DIY
        SUB     A

To make it work (at least for my usecase), this should be:

        LD      A,L                     ;make NY and DIY
        SUB     E

For reference, I'm scrolling the screen up by 8 pixel rows:

    ld      bc,0
    ld      l,8
    ld      e,192
    ld      d,2
    call    ymmm

Any chance to see it published in PDF?

Great job, thanks a lot Konamiman!!!
But any chance we can see it PDFized, so I can have it in my library in just one file and formated to print?
Thanks!

VDP routine HMMM is not correct

Missing some data and when added data, does not work in some cases.

Invalid is : SUB A
should be SUB A,x (D / E)

when copying 0,0 - 240,10 to 10,0... fails (in OpenMSX, not checked yet on real MSX)
you need to reverse 240,0 - 0,10 to 10,0 works (very slow, if DIX and DIY is set correctly)

Also size of NX and NY result is incorrect.

Routine should be rewritten. (by ASCII)

Wrong address for MUSICF

In Appendix 4 the address of MUSICF (FC3FH) is not correct.
It should be FB3FH.

And thanks for your work, BTW :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.