|
| 1 | +Version 0.9.0 - January, 9 2023 |
| 2 | +=============================== |
| 3 | + |
| 4 | +After being in development since April 5, 2021 while being in a constant |
| 5 | +"alpha state" with continuous changes and refactorings, Version 0.9.0 is the |
| 6 | +**first stable version of the MiSTer2MEGA65 (M2M) framework**. |
| 7 | + |
| 8 | +The first production quality core that is based on M2M is the |
| 9 | +[Commodore 64 for MEGA65](https://github.com/MJoergen/C64MEGA65/tree/M2M-V0.9). |
| 10 | +Additionally there is a work-in-progress |
| 11 | +[Apple II core](https://github.com/lydon42/Apple-II_MEGA65/tree/progress) |
| 12 | +based on M2M. The main reason why we are currently using "Version 0.9" |
| 13 | +(0.9.x) for the M2M framework instead of "Version 1.0" is that there is not |
| 14 | +enough documentation available, yet. If you have a look at the |
| 15 | +[MiSTer2MEGA65 Wiki](https://github.com/sy2002/MiSTer2MEGA65/wiki) |
| 16 | +then you will notice, that there are many gaps in the documentation. |
| 17 | + |
| 18 | +This should not discourage you from using the MiSTer2MEGA65 framework right |
| 19 | +now to port MiSTer cores and other cores to the MEGA65. You can use the |
| 20 | +source code of the |
| 21 | +[Commodore 64 for MEGA65](https://github.com/MJoergen/C64MEGA65/tree/M2M-V0.9) |
| 22 | +as your "user's manual" and "reference handbook" for the M2M framework; |
| 23 | +additionally to the existing |
| 24 | +[Wiki pages](https://github.com/sy2002/MiSTer2MEGA65/wiki). |
| 25 | +For being able to actually use the C64 core's source code as your |
| 26 | +documentation of how to use the M2M framework, we added a tag called |
| 27 | +`M2M-V0.9` to the GitHub repository of the |
| 28 | +[Commodore 64 for MEGA65](https://github.com/MJoergen/C64MEGA65/tree/M2M-V0.9). |
| 29 | +The tag is necessary, because Version 4 of the C64 core was based on an |
| 30 | +earlier version of the M2M framwork and only from the tag `M2M-V0.9` on the |
| 31 | +C64 core is aligned with Version 0.9 of M2M. |
0 commit comments