Commit graph

19 commits

Author SHA1 Message Date
Luke Serné
8303061629 Many typo's
These were found using the command below searching for duplicated words,
and manually going through the results to remove the false positives and
reword the true positives. Sometimes I removed the doubled word and
sometimes I replaced the duplicated word.

The grep command:
grep -nIEr '\b([a-zA-Z]+)[[:space:]*]+\1\b' ./Ghidra
2025-04-19 18:06:41 +02:00
Dan
7dd417b6be GP-5051: Distinct qemu-system launcher. 2024-12-04 08:43:26 -05:00
Dan
289c5c90fa GP-3838: Add qemu+gdb launcher. 2024-03-01 12:36:13 -05:00
ghidorahrex
1e1ba436f8 GP-2374: Fix for movua and fsca 2022-11-04 19:33:15 +00:00
LemonHaze
069d0dda76 SuperH4: fsca: Added changes which accurately use DRN_0 2022-05-09 02:32:25 +01:00
LemonHaze
d5fd9a059b SuperH4: fsca: Minor performance optimization by using precomputed pi*2 constant and casted values to float before returning (for better decompilation) 2022-05-05 01:42:45 +01:00
LemonHaze
5dbdb3f7bb SuperH4: fsca: Fixed bug with FPSCR_PR being tested incorrectly and removed extraneous offset local variable 2022-05-01 22:55:56 +01:00
LemonHaze
3dd7f93857 Used int2float when converting to radian instead of a local var 2022-04-30 06:22:40 +01:00
LemonHaze
674e917829 SuperH4: Ensure we divide with f/ when converting to radian 2022-04-30 06:16:07 +01:00
LemonHaze
3632514072 SuperH4: Added FRN_1 and FRN_2 and cleaned up instruction definitions 2022-04-30 05:28:57 +01:00
LemonHaze420
5050741e0d SuperH4: Add missing fsrra, fsca and movua.l instructions
Add `fsca`

Fixed `frsrra` decompilation output

Added `movua.l`

Implemented `fsca` instruction

Fixed compilation issue with `fsca`

Fixed indentation on comments
2022-04-30 02:00:28 +01:00
James
92ac6a332b GP-1212 adjustments to cspec files from code review
GP-1212 SH4 fixes
2021-09-01 08:41:00 -04:00
ghidorahrex
86a85afd1b GP-1152 Fixed issue with superh fmov/fmov.s decrement/read ordering 2021-08-03 19:21:29 -04:00
ghidorahrex
b5f950bb2c Removed unneeded SuperH4 dummy exports 2021-03-04 11:55:11 -05:00
mumbel
dce6e9f6a8 Cleaning up warnings and errors, mostly looking for:
temporary is written but not read in constructor
2020-01-22 19:51:45 -06:00
ghidorahrex
a9fc9ab213 GT-3051: Reverted SH-4 flag bit definitions 2019-09-06 16:26:26 -04:00
ghidorahrex
72dafc0033 GT-3051: Formatting changes 2019-09-06 14:59:45 -04:00
ghidorahrex
effe9c76ec GT-3051: Corrected superH floating point issues. 2019-09-06 14:58:10 -04:00
ghidorahrex
864235ee7d Moved SuperH4 processor for release. 2019-08-08 12:11:45 -04:00