From 30ed5f1289bd0bb0c9001ba339af81d8d35af04d Mon Sep 17 00:00:00 2001 From: RetroGameDeveloper <40120498+RetroGameDeveloper@users.noreply.github.com> Date: Sun, 1 Feb 2026 12:57:45 +0000 Subject: [PATCH 1/3] Create C64.md --- categories/consoles/C64.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 categories/consoles/C64.md diff --git a/categories/consoles/C64.md b/categories/consoles/C64.md new file mode 100644 index 00000000..e424ac5b --- /dev/null +++ b/categories/consoles/C64.md @@ -0,0 +1,8 @@ + + +# Games + +### mm-explained: Maniac Mansion C64 Disassembly +[pditincho](https://github.com/pditincho/mm-explained) has produced a reconstructed and fully commented disassembly of the Commodore 64 implementation of Maniac Mansion. This project documents the inner workings of the engine's C64 iteration, covering 6502 assembly routines, specialized disk loaders, and hardware-level interactions with the VIC-II and SID chips. It provides a detailed technical breakdown of game entities such as rooms, costumes, and scripts, serving as a comprehensive resource for understanding the game's original architecture. + +{% include link-to-other-site.html url="https://github.com/pditincho/mm-explained" description="pditincho has released mm-explained, a comprehensive disassembly and technical documentation of the C64 version of Maniac Mansion, detailing its assembly logic and engine structure." image="https://opengraph.githubassets.com/1/pditincho/mm-explained" title="GitHub - pditincho/mm-explained: Maniac Mansion C64 explained" %} From f87c50e9acb3625065b38752f6c27624fdabb248 Mon Sep 17 00:00:00 2001 From: RetroGameDeveloper <40120498+RetroGameDeveloper@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:00:28 +0000 Subject: [PATCH 2/3] Update C64.md --- categories/consoles/C64.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/categories/consoles/C64.md b/categories/consoles/C64.md index e424ac5b..a6e013d2 100644 --- a/categories/consoles/C64.md +++ b/categories/consoles/C64.md @@ -1,4 +1,25 @@ - +--- +layout: post +permalink: /C64 +title: Commodore 64 Reverse Engineering +breadcrumbs: + - name: Home + url: / + - name: Commodore 64 + url: +editlink: ../categories/consoles/C64.md +console: c64 +_image: /public/images/thumbnails/categories/consoles/Amiga-Reverse-Engineering.jpg +_twitterimage: https://www.retroreversing.com/public/images/thumbnails/categories/consoles/Amiga-Reverse-Engineering.jpg +tags: + - c64 +recommend: + - c64 + - introduction +_updatedAt: 2025-12-08 +redirect_from: + - /Commodore64 +--- # Games From cd5ae9069265bde6662ef66ac97cc04f4b7ea17a Mon Sep 17 00:00:00 2001 From: RetroGameDeveloper <40120498+RetroGameDeveloper@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:02:45 +0000 Subject: [PATCH 3/3] Update valid-tags.json --- valid-tags.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/valid-tags.json b/valid-tags.json index 7a6f3115..e09e814b 100644 --- a/valid-tags.json +++ b/valid-tags.json @@ -107,7 +107,8 @@ "cpu": 4, "leaks": 1, "tutorials": 1, - "gdb": 2 + "gdb": 2, + "c64": 1 }, "fileTagMap": { "categories/Introduction.md": [