Commit Graph

  • 6301ec587d Updated main() to allow --version and --help options. Added cmdline processing function. master Mark Long 2025-10-04 13:02:15 -05:00
  • 4017192546 More cleanup of binaryfile/intbasicfile/textfile Mark Long 2025-10-04 12:49:18 -05:00
  • e337551099 Updated DiskFile to use smart pointers Mark Long 2025-10-03 17:23:24 -05:00
  • 80ff9e9b3d More work on diskfiles Mark Long 2025-10-03 17:20:37 -05:00
  • f5618e435c More iterative improvments to src/applesoftfile Mark Long 2025-10-03 17:01:21 -05:00
  • 43f3d615e4 Broke character set classes into their own files Mark Long 2025-10-01 00:01:31 -05:00
  • 9d92358194 Updated OpCodes class Mark Long 2025-09-30 23:48:17 -05:00
  • 2b07c13fcc Broke TSPair into its own files. Added project notes. Mark Long 2025-09-30 23:22:35 -05:00
  • cb48b154b6 Cleaned up old-school style signal/slot connects/disconnects Mark Long 2025-09-30 21:42:43 -05:00
  • 64a909e055 Modernized and cleaned up src/ui/widgets Mark Long 2025-09-30 21:36:35 -05:00
  • 31b3a93e39 Modernized src/ui/viewers classes Mark Long 2025-09-30 21:19:15 -05:00
  • 7f2ec45d1a Changed viewer UI files to use unique_ptr instances Mark Long 2025-09-30 21:06:57 -05:00
  • 69500e4c14 Improved CMakeLists ordering and readability Mark Long 2025-09-30 20:56:48 -05:00
  • 620fe4394e Updated diskexplorer files and some other various cleanup Mark Long 2025-09-30 20:51:51 -05:00
  • dca1bf01de Updating TextFile Mark Long 2025-09-30 20:40:05 -05:00
  • 05fd56d4e3 Cleaned up src/ui/diskexplorer code Mark Long 2025-09-30 20:32:03 -05:00
  • 4123b83bbf Adding note for where to find file format for Relocatable Files Mark Long 2025-09-30 17:52:52 -05:00
  • 438cb82817 Fixed RelocatableFile viewer Mark Long 2025-09-30 17:46:05 -05:00
  • 46a021ecba Modernized src/memory and reorganized src/relocatablefile Mark Long 2025-09-30 15:08:23 -05:00
  • 2bfb0b375e Further cleanup of the jumplines code Mark Long 2025-09-30 14:33:52 -05:00
  • 5273bc8f9e Moved jumplines classes into binaryfile directory Mark Long 2025-09-30 14:20:13 -05:00
  • 99567ed701 Cleaning up internals/jumplines code Mark Long 2025-09-30 14:16:14 -05:00
  • c25fb2ad2d Cleanup and moderinzation of other files in src/diskfiles/dos33 Mark Long 2025-09-30 13:47:19 -05:00
  • 8dd63089f8 Updating VTOC signature Mark Long 2025-09-30 13:30:32 -05:00
  • fed7d1d830 More cleanup of src/binaryfile Mark Long 2025-09-30 12:13:15 -05:00
  • e52b4c0745 Formatting cleanup Mark Long 2025-09-30 11:53:49 -05:00
  • db484d7133 Encapsulated SymbolSize and AssemblerSymbol into AssemblerSymbols class Mark Long 2025-09-30 11:43:51 -05:00
  • 5776dcb4b3 Cleaned up binaryfile subdir more. Mark Long 2025-09-30 11:35:06 -05:00
  • e3fa26890b Removed another naked pointer Mark Long 2025-09-30 11:17:41 -05:00
  • b8db63ae45 Removed more unnecessary bare pointer references. Mark Long 2025-09-30 11:05:17 -05:00
  • b66c765052 Made the instance of BinaryFileMetadata a reference value instead of a pointer value Mark Long 2025-09-30 10:52:06 -05:00
  • 0474ff90cd Cleaned up files in src/binaryfile Mark Long 2025-09-30 10:35:18 -05:00
  • d22ef69e43 Cleaned up src/applesoftfile/* Mark Long 2025-09-30 10:00:19 -05:00
  • 63360db227 Further improved GenericFile tree Mark Long 2025-09-30 09:35:39 -05:00
  • 4254758495 Added attributes to GenericFile and its descendants Mark Long 2025-09-30 09:23:05 -05:00
  • b191a39f39 Modernized interface to GenericFile and aligned all inherited classes Mark Long 2025-09-30 09:17:22 -05:00
  • 6af6de33e8 Fixed MemoryUsageMap to use composition instead of inheritance. Mark Long 2025-09-28 20:50:36 -05:00
  • a5b0a65ccd Converted enum to enum class in ApplesoftFormatter. Also improved inline initialization Mark Long 2025-09-28 20:33:25 -05:00
  • 961cf6e8fd Modernized some code, cleaned up inline initialization, and moved from QVector to QList Mark Long 2025-09-28 20:22:05 -05:00
  • 6a7e81b6b8 Fixed warning in HiresScreenWidget.cxx Mark Long 2025-09-28 16:12:48 -05:00
  • 99da19935c Removed legacy .pro file and support files Mark Long 2025-09-28 15:51:24 -05:00
  • 69476215cd Moving to CMAKE Mark Long 2025-09-28 15:37:32 -05:00
  • 27026e27cc Finishing normalizing filenames and extensions Mark Long 2025-09-28 14:02:35 -05:00
  • c89b625437 Continuing to normalize filenames and extentions Mark Long 2025-09-28 12:55:36 -05:00
  • f8e1d5bbb4 Continuing to normalize filenames Mark Long 2025-09-28 01:14:43 -05:00
  • 223440cdb4 Continuing to normalize filenames Mark Long 2025-09-28 00:51:57 -05:00
  • fa8da4e75e Updating AppleSAWS.pro Mark Long 2025-09-28 00:28:15 -05:00
  • 4f21550206 Continuing to normalize filenames Mark Long 2025-09-28 00:22:39 -05:00
  • 42c4f25a27 Normalizing some file names and paths Mark Long 2025-09-28 00:12:09 -05:00
  • e70be2950c Updating build settings. Mark Long 2025-09-27 23:44:21 -05:00
  • 342aea0009 Moved hiresviewwidget.* to widgets directory Mark Long 2025-09-27 23:36:15 -05:00
  • 7ba50572d9 Fixed bug in IsBreak(). Was assigning not comparing. Mark Long 2025-09-27 23:34:09 -05:00
  • 1162f6b7d3 Cleaned up headers. Used #pragma once. Reordered includes. Mark Long 2025-09-27 23:31:36 -05:00
  • 7d0482ed07 Moving to Qt6 and cleaning up misc stuff. Mark Long 2025-09-20 22:19:23 -05:00
  • 290fbda875 Fixing license mlong 2021-02-19 16:41:25 -06:00
  • bd4e20e209 Updated notes.txt mlong 2021-02-19 15:05:50 -06:00
  • a167e50e3d Updated license text Mark Long 2021-02-19 15:15:48 -06:00
  • 13e4b9062b Updated notes.txt mlong 2021-02-19 15:05:50 -06:00
  • 484739e92d Update License Mark Long 2021-02-19 14:55:53 -06:00
  • fc67d6aae2 Fixed an improper override of a virtual function that masked the original mlong 2021-02-04 13:31:11 -06:00
  • 3213cb500a Removed some extraneous debugging stuff mlong 2021-02-04 13:22:31 -06:00
  • ad0fe34b64 Removed deprecated call to QComboBox::currentIndexChanged(const QString &) mlong 2021-02-03 15:24:30 -06:00
  • cccaa4ff2e Removing a lot of extraneous debug statements. mlong 2021-02-03 14:51:54 -06:00
  • dcfa0ce655 Fixed layout error message and font aliases for Apple Fonts. mlong 2021-02-03 13:11:56 -06:00
  • 659780d425 Added some debugging and some safeguards for not overrunning boundaries when loading corrupt disk images. Fixed default font size on sector viewer hexdump. mlong 2021-02-03 12:32:07 -06:00
  • 7002fc09ad Fixed menu error in CharSetViewer mlong 2021-02-01 21:40:40 -06:00
  • 7f4ca94e9a Added memory role detection in disassembler for opcodes and operands mlong 2021-02-01 20:19:16 -06:00
  • 9ab500ede5 Fully replaced Memory class with AttributedMemory and removed all old references. Mark Long 2021-01-31 21:35:57 -06:00
  • 4800387ace Added new AttributedMemory class in prep for overhaul of parsers. Moved 6502 opcode info to Opcodes static class. Mark Long 2021-01-31 21:28:17 -06:00
  • edd10bec10 Temporarily disabled unused buttons on startup widget. mlong 2021-01-30 14:03:11 -06:00
  • d8cf9111c6 Added startup dialog widget. mlong 2021-01-30 14:02:10 -06:00
  • 25992b86ff Updated README.md mlong 2021-01-29 22:38:20 -06:00
  • 2af907d1b7 Added some error checking to TSList class. Various other cleanup. mlong 2021-01-29 22:37:36 -06:00
  • 46f9ceb386 Cleaned up disassembler code a bit. Added a few new labels for disassembler viewer zero page addresses. mlong 2021-01-26 11:57:36 -06:00
  • e301ca49d0 Update README.md Mark Long 2021-01-26 11:25:41 -06:00
  • 13043b7085 Cleaned up notes dialog mlong 2021-01-24 16:11:31 -06:00
  • c2af23df22 Added notes dialog on disk explorer, bundled Apple Fonts, and added legalese, as needed. mlong 2021-01-24 16:07:30 -06:00
  • 9f41eae9a6 Update LICENSE Mark Long 2021-01-24 16:03:11 -06:00
  • 49b381a81f Update README.md Mark Long 2021-01-24 15:48:44 -06:00
  • 7cde9fbdb9 Update README.md Mark Long 2021-01-23 23:13:46 -06:00
  • 450f6e81f4 Fixed autosave on disassembly metadata. mlong 2021-01-23 15:56:49 -06:00
  • 531a670dca Fixed labels on non-data members of assembly. mlong 2021-01-23 15:38:53 -06:00
  • 6d8efdd483 Fixed labels on non-data members of assembly. mlong 2021-01-23 14:58:12 -06:00
  • c801897f58 Merge branch 'master' of https://github.com/markdavidlong/AppleSAWS mlong 2021-01-23 14:23:55 -06:00
  • f5d4d99a94 Improved disassembler labelling mlong 2021-01-23 14:23:41 -06:00
  • 660744ae3f Update README.md Mark Long 2021-01-23 12:59:01 -06:00
  • c8b62f883a Updated README mlong 2021-01-22 16:01:15 -06:00
  • a30eaec4c0 New IntBasic file viewer, various code clean up and bug fixes. Mark Long 2021-01-22 15:45:10 -06:00
  • e353df7232 Added int basic viewer, various cleanup, bug fixes Mark Long 2021-01-22 14:40:14 -06:00
  • 177ecdfea1 Various Changes Mark Long 2017-06-29 00:21:45 -05:00
  • 30010dc1a4 Update README.md Mark Long 2016-10-31 11:20:55 -05:00
  • e85b95b66b Added viewer to show jumps in disassembly viewer Mark Long 2016-10-31 11:19:44 -05:00
  • 93f1b143d3 Various changes Mark Long 2016-10-31 01:40:58 -05:00
  • 77c96e8a57 Added some address aliases Mark Long 2016-10-31 00:40:55 -05:00
  • 388f1f3694 Normalized construction of 16-bit words from 2 8-bit values throughout code Mark Long 2016-10-31 00:02:53 -05:00
  • e75ed40ce0 Major fixes to disassembler Mark Long 2016-10-30 22:45:45 -05:00
  • 570b87dfd5 Code Cleanup Mark Long 2016-10-30 19:00:39 -05:00
  • a521421cf3 Update README.md Mark Long 2016-10-30 18:59:54 -05:00
  • ff77276b63 Moved color definitions to AppleColors.h Mark Long 2016-10-30 18:31:11 -05:00
  • b7b409e044 cleaned up unused method declaration Mark Long 2016-10-30 17:21:08 -05:00