Beiträge von crsc

    Gefaellt mir sehr gut. Bitte mehr davon. :-)

    Ich finde die Syntax auch etwas kryptisch und wenig BASIC-haft, aber schoen dass es zumindest ueberhaupt geht. Funktioniert das ganze auch im 40-Zeichen-Modus?

    Zitat

    These arrays are named such, that they do not reserve user variable names and should be therefore not create any compatibility issue.

    In 80x25 mode they are used, as if they were DIMensioned (79,24), column = 0..79, row = 0..24.

    In 40x25 mode they are used a (39,24) arrays.

    Code
    1. PRINT T@&(3,17) will print the display code of the character at column 3 and row 17.
    2. PRINT C@&(3,17) will print the attribute byte of the character at column 3 and row 17.
    3. T@&(5,5)=8 will print an H (display code 8) at screen position column 5 and row 5.
    4. C@&(5,5)=7 will set the colour of this H (display at screen position column 5 and row 5 to YELLOW (7).


    Kopiert aus #closed-roms @discord

    Privat nutze ich auch keine Microsoft-Produkte und auch kein Google, kein Amazon, kein Facebook, kein WhatsApp usw. und betreibe alles auf meinen Server selber. Anstelle github habe ich meinen eigenen Gitea-Server. Ich bin aber kein Windows-Hasser, sondern ein BSD-Liebhaber und nutze im beruflichen Umfeld auch Microsoft in virtuellen Maschinen. Mir geht das extreme Sammeln von Daten der grossen Konzerne gegen den Strich. Bei einem oeffentlichen Projekt, wie der MEGA65 stoert mich das dann aber wiederum weniger. Das muss jeder fuer sich entscheiden, wobei die Beweggruende unterschiedlich sein koennen und manchmal auch eher emotional sind und nicht rational.

    Ich verstehe das Problem noch nicht so genau. Es wurde nach einer Moeglichkeit fuer Bugreports gefragt. Jeder moechte es so einfach wie moeglich haben. Die Forennutzer wollen das Forum dafuer nutzen, die Discordnutzer wollen Discord dafuer nutzen. Beides ist dafuer nicht richtig geeignet. Die optimale Variante wurde jetzt festgelegt: github.com Da hier der Code liegt, man die commits und issues verfolgen und taggen kann, ist das einfach ideal. Ich habe angeboten, die Bugs aus dem Forum zu github.com zu uebertragen, falls jemand Probleme mit github.com hat. Jeder kann seine Meinung dazu schreiben, aber bleibt bitte objektiv und freundlich. Schaltet einfach mal einen Gang zurueck und habt euch alle lieb. <3


    „Ein Kompromiß ist dann vollkommen, wenn alle unzufrieden sind." ―Aristide Briand

    How to post an issue:


    1. Collect system infos via mega65info: https://files.mega65.org/html/…d7-44b7-82b6-cef29d123b0e

    2. Describe how the error can be reproduced. Carefully explaining your problem is half the solution.

    3. Where does the problem occur? Hardware (which one)? Emulator (version)?


    Example:


    ```

    ROM version: 920350

    CORE version: ABCDEF

    Platform: MEGA65 R3 (RETAIL)

    ```


    Every Amiga mouse I tested is not working correctly, only while

    pressing the right mouse button I can move the mouse and work with it


    Tested on GEOS, SOLITAIR and in the Config Menu


    If you connect an Amiga Mouse the behaviour is allways the same,

    doesn't matter what you choose in the config ... Basic will produce

    endless spaces and the keyboard itself isn't working anymore ... When

    i boot GEOS I can use the Mouse while pressing and Holding down the

    right Mouse Button, Keyboard still not working ...


    Backlink: Bug Report - Amiga Mouse not working correctly

    Und was bedeutet das nun fuer das hier existierende Bug-Report-Forum? Schaut da trotzdem ab und an jemand rein oder soll man das wieder zumachen?

    Gibts vielleicht jemand, der Lust haette First-Level-Support zu spielen und die Fehlermeldungen in die richtige Github-Stelle zu uebertragen?

    Evtl. koenntest ihr eure Bugreports entsprechend anpassen:


    - Anleitung, wie das Problem reproduziert werden kann

    - ROM-Version, auf welchem das Problem auftritt

    - Core Commit (Hex-Zahl, kann mit MEGA-TAB im Matrix Monitor abgelesen werden)

    - Plattform (MEGA65, Nexys, Xemu-Version, usw.)


    Ich kann dann gerne bei Bedarf die Bugreports von hier auf github.com uebertragen, wenn alle o.g. Infos komplett sind.


    Und immer daran denken: Carefully explaining your problem is half the solution.