Commit Graph
41 Commits
Author SHA1 Message Date
Wei-ju Wu cb73ab7d07 filerequester is opened in its own window 2016-01-12 23:06:47 -08:00
Wei-ju Wu 98bef3439f simplified IFF view application
- accepts argument on the command line
 - displays image in backdrop window
2016-01-12 18:30:51 -08:00
Wei-ju Wu b1ddbf5231 added requesters sub project 2016-01-11 23:16:31 -08:00
Wei-ju Wu 46566c361e moved file requester to separate project 2016-01-11 23:09:10 -08:00
Wei-ju Wu 3537f8d4d5 IFF display works
iffview now opens a new screen with depth according to the IFF image.
The screen viewport's colors are set using the IFF color information
2016-01-11 22:14:22 -08:00
Wei-ju Wu 3db8ee02ba ILBM lib enhancements
convert interleaved to plane-by plane data, display in Intuition
is changed to consider the imaga data width
2016-01-11 16:14:55 -08:00
Wei-ju Wu 3b04b00490 fixed bug in IFF reading
char buffer is not automatically aligned on a word boundary
on a plain 68000, so we need to ensure about that ourselves
checked on a500 setup
2016-01-11 08:00:38 -08:00
Wei-ju Wu 2ff7b6c237 tweak requester behavior, ilbm module
- requester: scan current directory
 - ilbm: read into IFFData structure and return
2016-01-09 19:29:12 -08:00
Wei-ju Wu b599d82d62 cleaned up requester logic
cancel button sends close event now, requester is initialized only once
2016-01-09 12:57:14 -08:00
Wei-ju Wu b9650e68aa clarified some misunderstandings
- fixed bug in button positioning
  - added handling for requester events
  - outfactored the file requester into its own module
2016-01-09 11:05:55 -08:00
Wei-ju Wu 4cb53b735e merged blitplay repository 2015-11-30 15:24:58 -08:00
Wei-ju Wu bbc0d4d5c8 added 30years repository code here 2015-11-30 15:19:37 -08:00
Wei-ju Wu 28848bf25d fix: word mistakenly crept into module specifier 2015-11-02 19:34:30 -08:00
Wei-ju Wu 47805253f7 disassemble: numbers are displayed in hex
- all numbers are now displayed in hex for consistency,
  - better branch detection
  - branch destinations are computed from their offsets
2015-11-02 19:25:24 -08:00
Wei-ju Wu 205c7adeff dalf: added option to dump code hunks to raw binary file 2015-05-13 15:46:40 -07:00
Wei-ju Wu d8e26532ec decoder checks more valid rom sizes 2015-05-13 13:27:46 -07:00
Wei-ju Wu a71af9156a cleaned up ks decoder 2015-05-12 16:02:51 -07:00
Wei-ju Wu 01681e300b added rom decoding 2015-05-12 15:58:48 -07:00
Wei-ju Wu d750320456 added disassembling for cmp 2015-01-01 23:41:18 -08:00
Wei-ju Wu 043e468b93 renamed hunk.py to dalf.py 2014-12-09 19:31:38 -08:00
Wei-ju Wu 7fd8edb194 fixed disassembler to compute the correct branch target 2014-12-04 21:17:55 -08:00
Wei-ju Wu 2bcaf5188a grouping the hunk blocks with their relocation information 2014-12-04 07:54:54 -08:00
Wei-ju Wu d3d110945c introduced classes for operands and address modes 2014-12-02 18:00:35 -08:00
Wei-ju Wu e6d3e3cff7 simple queue based flow tracking in disassembler 2014-12-02 15:30:35 -08:00
Wei-ju Wu e395f001b5 introduce opcode classes 2014-12-02 14:30:56 -08:00
Wei-ju Wu ede5ed931d branch displacement 2014-12-01 15:09:11 -08:00
Wei-ju Wu a767188ee3 added more instructions to disassembler 2014-11-08 08:34:27 -08:00
Wei-ju Wu dd08001c42 started disassembler 2014-11-07 16:06:19 -08:00
Wei-ju Wu d908a56f2e renamed hunk package to hunk tools 2014-11-06 21:21:25 -08:00
Wei-ju Wu f9e7329b1a added hunk reading tool 2014-11-06 16:30:54 -08:00
Wei-ju Wu d5e961cfe7 added assembler targets to makefile and added Racket version of fdtool 2014-11-06 13:29:42 -08:00
Wei-ju Wu af2171a734 cleaned up the Python FD tool 2013-03-01 09:11:22 -08:00
Wei-ju Wu 112562c8b1 added fdtool runner for racket and refined the function offset computation 2013-02-28 20:24:25 -08:00
Wei-ju Wu 60573256c1 racket version of fdtool can now recognize and extract function definitions 2013-02-28 16:54:47 -08:00
Wei-ju Wu 0e2567dd12 removed unused code in fdtool.rkt 2013-02-28 02:58:05 -08:00
Wei-ju Wu 1c9753de3b wrote a Racket version of fdtool.py 2013-02-28 02:55:38 -08:00
Wei-ju Wu 0a4e44a85b updated README files 2013-02-27 20:18:31 -08:00
Wei-ju Wu b9b2b1b9d8 updated Makefile for os13: VBCC should always link with its own version of amiga.lib to avoid funny C standard library effects 2013-02-27 19:41:25 -08:00
Wei-ju Wu 35185e979a cleaned up and clarified behavior of the timer device and how to properly clean it up 2013-02-27 19:36:20 -08:00
Wei-ju Wu b3fd30c95b added timer.device example 2013-02-27 14:35:07 -08:00
Wei-ju Wu adc0ad456a initial version 2013-02-26 22:23:48 -08:00