You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AmpleLinux/Agent.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
# Agent Task Audit Log - Ample Linux Port
2
2
3
3
4
+
## 📅 Session: 2026-03-02 (Session 3)
5
+
6
+
### 🎯 Objective: Upstream Version Tracking & Documentation Maintenance
7
+
Focused on updating the Linux port documentation to track MAME 0.286 and simplifying maintainability.
8
+
9
+
### ✅ Key Achievements:
10
+
1.**Documentation Refactoring**:
11
+
* Renamed version-specific screenshot files (e.g. `screenshot-v0.28x.png` to `screenshot.png`).
12
+
* Updated `README.md` and `README_tw.md` to use generic "latest version" terminology to prevent the need for manual text updates upon future Ample/MAME releases.
13
+
14
+
### 🚀 Current Project Status
15
+
The Linux Port documentation is updated for MAME 0.286 and future-proofed against minor version increments.
Copy file name to clipboardExpand all lines: AmpleLinux/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
5
5
This is a port of the macOS native [Ample](https://github.com/ksherlock/ample) project to the Linux platform, based on the [AmpleWin](../AmpleWin/) Windows Port.
6
6
7
-

7
+

8
8
9
9
> [!IMPORTANT]
10
-
> **Current Version Support**: Updated to stay in sync with Ample (macOS) **v0.285**resources and **MAME 0.285**.
10
+
> **Current Version Support**: Updated to stay in sync with the latest version of Ample (macOS) resources and also MAME latest binary.
11
11
12
12
## 🍎 Ample (macOS) vs. AmpleLinux (Linux) Comparison
Copy file name to clipboardExpand all lines: AmpleWin/Agent.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
# Agent Task Audit Log - Ample Windows Port
2
2
3
3
4
+
## 📅 Session: 2026-03-02 (Session 13)
5
+
6
+
### 🎯 Objective: Upstream Version Bump & Documentation Maintenance
7
+
Focused on updating the project to track MAME 0.286 and simplifying documentation maintainability.
8
+
9
+
### ✅ Key Achievements:
10
+
1.**Version Bump**: Updated `mame_downloader.py` to point to the latest **MAME 0.286** x64 Windows binary.
11
+
2.**Documentation Refactoring**:
12
+
* Renamed version-specific screenshot files (e.g. `screenshot-v0.28x.png` to `screenshot.png`) across all platforms.
13
+
* Updated `README.md` and `README_tw.md` to use generic "latest version" terminology to prevent the need for manual text updates upon future MAME releases.
14
+
15
+
### 🚀 Current Project Status
16
+
The Windows Port is functionally tracking MAME 0.286 and documentation is now future-proofed against minor version increments.
17
+
18
+
---
19
+
4
20
## 📅 Session: 2026-02-16 (Session 12)
5
21
6
22
### 🎯 Objective: Linux Port Spinoff
@@ -68,8 +84,8 @@ The Windows Port now offers superior hardware configuration capabilities. Comple
Focused on synchronizing with the upstream Ample (macOS) v0.285 release, updating the core emulator backend, and implementing new UI search capabilities.
Focused on synchronizing with the upstream Ample (macOS) v0.286 release, updating the core emulator backend, and implementing new UI search capabilities.
73
89
74
90
### ✅ Key Achievements:
75
91
@@ -79,15 +95,15 @@ Focused on synchronizing with the upstream Ample (macOS) v0.285 release, updatin
79
95
***A2retroNET Integration**: Inherited support for a2retronet hardware, enabling up to 8 SmartPort disk images.
80
96
81
97
2.**MAME Core Update**:
82
-
***Version Upgrade**: Updated `mame_downloader.py` to point to the official **MAME 0.285** Windows x64 binary.
98
+
***Version Upgrade**: Updated `mame_downloader.py` to point to the official **MAME 0.286** Windows x64 binary.
83
99
***Download Engine Parity**: Users can now auto-download the latest MAME core directly from the Settings menu.
84
100
85
101
3.**ROM Manager Enhancements**:
86
102
***Search Filter**: Implemented a real-time search field in the `RomManagerDialog` header (matching macOS feature parity).
87
103
***Filtering Logic**: Updated `refresh_list` to filter ROMs by description or shortcode, allowing users to quickly find specific system firmwares.
88
104
89
105
### 🚀 Current Project Status
90
-
The Windows Port is now fully synchronized with Ample (macOS) v0.285 resources. It supports the latest MAME core and offers improved ROM management tools.
106
+
The Windows Port is now fully synchronized with Ample (macOS) v0.286 resources. It supports the latest MAME core and offers improved ROM management tools.
0 commit comments