Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSX compatibility problem #4

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 1 comment
Open

MSX compatibility problem #4

GoogleCodeExporter opened this issue Mar 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Using otla for example with Panasonic MSX-computers.

What is the expected output? What do you see instead?
Hang or reset

What version of the product are you using? On what operating system?
2.1 (source) Not verifyed by running program.

Please provide any additional information below.

velozloader_msx6.asm Line 192,193

Replace...

        ld    a,170
        ld    ($ffff),a

with...

    ld    a,($ffff)
    and   $f0
    ld    c,a
    rlca
    rlca
    rlca
    rlca
        or c
    cpl
    ld    ($ffff),a

Original issue reported on code.google.com by nyyri...@gmail.com on 20 Aug 2008 at 10:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant