mirror of
https://github.com/libretro/hatari.git
synced 2024-11-27 10:10:34 +00:00
22 lines
822 B
Plaintext
22 lines
822 B
Plaintext
Code:
|
|
- config.py - Hatari configuration INI file handling
|
|
- debugui.py - Debugger UI (works also as standalone)
|
|
- dialogs.py - Different dialogs shown by Hatari UI
|
|
- hatari.py - Communication with Hatari and config option handling
|
|
- hatariui - Wrapper script for hatariui.py with suitable default options
|
|
- hatariui.py - Hatari UI main: option handling, main window etc
|
|
- Makefile - Rules for installing
|
|
- uihelpers.py - Misc helpers for Hatari UI
|
|
- hatari-console.py - Standalone out-of-process console UI for Hatari
|
|
|
|
Data files:
|
|
- hatari-icon.png - Window icon
|
|
- hatari.png - About dialog image
|
|
- hatariui.desktop - Hatari UI .desktop file for application launchers
|
|
|
|
Documentation:
|
|
- release-notes.txt - UI & code changes
|
|
- FILES - This file
|
|
- README - Hatari UI intro / description
|
|
- TODO - missing features etc
|