1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-27 16:53:16 +00:00

Commit Graph

  • 7e1c8221f7 Fix _strnicmp where the first string is a prefix of the second Gyorgy Szombathelyi 2021-07-15 20:07:03 +02:00
  • e400ed30df hardware.c: add InitRTTC() and GetRTTC() functions Gyorgy Szombathelyi 2021-07-10 23:09:46 +02:00
  • 8efbe7034b hardware.c: add MCUReset() function Gyorgy Szombathelyi 2021-07-10 22:31:46 +02:00
  • 8e8851fb2b Merge pull request #71 from retrofun/fix-loading-minimig-config gyurco 2021-07-10 13:48:03 +02:00
  • 7d4a483fcc Fix loading of Minimig config Gerald Schnabel 2021-07-10 09:42:44 +02:00
  • 9221850279 user_io: implement PS2 typematic rate selection Gyorgy Szombathelyi 2021-07-10 00:15:39 +02:00
  • 68a37ccfa2 Merge pull request #70 from retrofun/minimig-features-audio-filter-led-dim gyurco 2021-07-06 21:26:31 +02:00
  • 7005e468e2 IDE: add total number of LBA addressable sectors Gyorgy Szombathelyi 2021-07-06 20:07:35 +02:00
  • 86d823c471 Minimig features menu Gerald Schnabel 2021-07-06 20:04:51 +02:00
  • c1d117d67f menu: fix scrolling with sub-pages Gyorgy Szombathelyi 2021-07-06 18:29:05 +02:00
  • f41a2262e0 Add bidirectional PS2 and keyboard scan set 1 Gyorgy Szombathelyi 2021-07-03 21:19:41 +02:00
  • 6c1c07eb27 osd.c: formatting Gyorgy Szombathelyi 2021-07-03 16:52:29 +02:00
  • 88d8a399ae ARC: Add VHD= to get a default vhd file name Gyorgy Szombathelyi 2021-06-15 21:43:55 +02:00
  • 713228d484 Use thumb mode Gyorgy Szombathelyi 2021-06-13 20:57:19 +02:00
  • 974a0c6f3d Fix buffer overflow with helptext_custom Gyorgy Szombathelyi 2021-06-13 20:52:43 +02:00
  • 76da152ceb Fix Minimig turbo config save Gyorgy Szombathelyi 2021-06-13 20:29:12 +02:00
  • 4fcd804792 Explicitly disable second IDE channel on Archie Gyorgy Szombathelyi 2021-06-11 12:18:29 +02:00
  • 2adf7d300d Fix ST/Archie config/CMOS save/load Gyorgy Szombathelyi 2021-06-09 22:20:01 +02:00
  • 68cf7afdc2 FatFS: use USB-RTC for FAT timestamps Gyorgy Szombathelyi 2021-06-09 20:27:55 +02:00
  • d68a37318e IDXFile: turn on disk LED during indexing Gyorgy Szombathelyi 2021-06-09 00:55:37 +02:00
  • 26933816a7 Change Minimig config format to .ini Gyorgy Szombathelyi 2021-06-09 00:18:53 +02:00
  • 840b2e0574 Move hexdump to utils Gyorgy Szombathelyi 2021-06-09 00:14:50 +02:00
  • c4fe93e2eb ConfigureFpga shouldn't be a RAMFUNC Gyorgy Szombathelyi 2021-06-09 00:06:15 +02:00
  • a2e069bf96 ini_parser: complete ini_save Gyorgy Szombathelyi 2021-06-09 00:03:57 +02:00
  • 848848ba3c IDE: add secondary channel, support up to 4 drives Gyorgy Szombathelyi 2021-06-06 00:35:15 +02:00
  • be6258aeb2 pcecd: some delay before seek back Gyorgy Szombathelyi 2021-06-04 22:00:05 +02:00
  • f65a365841 cue_parser: add missing toc.end Gyorgy Szombathelyi 2021-06-04 21:08:14 +02:00
  • 0bd3bac230 Use a single IDXFile pool for IDE/SD/ACSI Gyorgy Szombathelyi 2021-06-02 19:28:24 +02:00
  • c9f8998066 cue_parser: fix MODE1/2048 sector size Gyorgy Szombathelyi 2021-05-30 23:42:02 +02:00
  • 4d057d1c60 Add some missing f_close Gyorgy Szombathelyi 2021-05-30 00:22:56 +02:00
  • 4ca787112d Update max. kickstart name length to 80-1 Gyorgy Szombathelyi 2021-05-30 00:15:14 +02:00
  • 8d60af5b46 strnicmp: don't compare the final \0 Gyorgy Szombathelyi 2021-05-28 20:51:22 +02:00
  • b619b031b1 fat_compat: fix one character extension split Gyorgy Szombathelyi 2021-05-28 20:24:09 +02:00
  • 215fb3166f Restore firmware size hack for safety Gyorgy Szombathelyi 2021-05-28 17:59:59 +02:00
  • 88aad525b1 pcecd: slow down sector reads Gyorgy Szombathelyi 2021-05-28 16:48:40 +02:00
  • 175779f4c2 IDE: add static qualifiers Gyorgy Szombathelyi 2021-05-27 21:06:39 +02:00
  • 61b1385a59 Notification about indexing failure Gyorgy Szombathelyi 2021-05-27 19:40:21 +02:00
  • b7e57ed973 IDE: support LBA28 addressing Gyorgy Szombathelyi 2021-05-27 01:09:41 +02:00
  • 145bcf46c3 IDXFile: handle indexing error Gyorgy Szombathelyi 2021-05-27 01:07:33 +02:00
  • 254a7b3b1d pcecd: fix a missed BCD->binary conversion Gyorgy Szombathelyi 2021-05-26 13:10:20 +02:00
  • 5a4c051a73 IDE: use DMA filling the sector_buffer in writes Gyorgy Szombathelyi 2021-05-26 00:05:04 +02:00
  • d74f5b132c data_io: add an f_close, don't use DMA for 4 bytes Gyorgy Szombathelyi 2021-05-25 21:42:30 +02:00
  • b6ddabe1d0 Merge pull request #1 from retrofun/fatfs gyurco 2021-05-25 21:00:17 +02:00
  • 58034d3b29 Refuse to build if newlib has no long long type support Gerald Schnabel 2021-05-25 20:33:26 +02:00
  • da41457c43 cue_parser: always print TOC Gyorgy Szombathelyi 2021-05-25 12:15:49 +02:00
  • 7b4589d0a0 Fix 64 bit seek offsets Gyorgy Szombathelyi 2021-05-25 12:15:33 +02:00
  • 850443d621 hdd.c: fix a misplaced f_close Gyorgy Szombathelyi 2021-05-24 21:46:58 +02:00
  • 0bd588c434 data_io: more complete artifical direntry Gyorgy Szombathelyi 2021-05-24 00:07:25 +02:00
  • 2855dc22d5 data_io: use 2k sector buffer Gyorgy Szombathelyi 2021-05-22 20:53:14 +02:00
  • 6417550b83 Critical bugfix in multi-sector writes Gyorgy Szombathelyi 2021-05-22 20:51:37 +02:00
  • af39aae05e PCE-CD support Gyorgy Szombathelyi 2021-05-21 15:46:49 +02:00
  • 48a624540a Handle read-only images Gyorgy Szombathelyi 2021-05-21 20:10:15 +02:00
  • a439b1323a ini_parser: add static declarations, fix rom= Gyorgy Szombathelyi 2021-05-16 21:51:07 +02:00
  • 26b9855b59 Add static declarations for some flash space Gyorgy Szombathelyi 2021-05-16 20:55:23 +02:00
  • 0769486ad4 Fix user_io_ext_idx Gyorgy Szombathelyi 2021-05-16 00:24:24 +02:00
  • 513d78158c Small optimization in file sorter Gyorgy Szombathelyi 2021-05-15 23:15:02 +02:00
  • 0dc60ef759 user_io: send 64 bits of size in SDINFO Gyorgy Szombathelyi 2021-05-15 20:13:31 +02:00
  • 7bf3e61677 Use a CRC32 function without table Gyorgy Szombathelyi 2021-05-15 19:49:03 +02:00
  • faeb1a4f7b boot.c: use the global font Gyorgy Szombathelyi 2021-05-15 19:47:18 +02:00
  • 56a1a0888f Replace the FAT driver with FatFs (EXFAT support) Gyorgy Szombathelyi 2021-05-09 12:48:18 +02:00
  • 9a664788bf Reset mounted files on core load Gyorgy Szombathelyi 2021-05-03 12:41:32 +02:00
  • 381c4f5588 FAT: use multiple reads for directory list Gyorgy Szombathelyi 2021-05-03 12:25:18 +02:00
  • 8e05d06fe9 Merge pull request #66 from retrofun/at91sam7s256-binutils-2-36 gyurco 2021-04-15 20:50:19 +02:00
  • 63658873d5 Merge pull request #65 from retrofun/minimig-mod-keys gyurco 2021-04-15 20:49:51 +02:00
  • ad2b4073d6 Fix .text section definition for binutils >= 2.36 Gerald Schnabel 2021-04-11 20:47:32 +02:00
  • 0826db7ab3 Minimig mod keys Gerald Schnabel 2020-11-22 11:39:09 +01:00
  • 5829ba2f0f Discard report id from USB HID report Gyorgy Szombathelyi 2021-04-12 21:17:42 +02:00
  • adb54beeaa Add DIR= option to ARC files Gyorgy Szombathelyi 2021-03-29 17:50:21 +02:00
  • 55749a55db Missed a break; Gyorgy Szombathelyi 2021-03-28 11:50:53 +02:00
  • 8ed12d8c8c Allow umounting from the OSD Gyorgy Szombathelyi 2021-03-27 23:52:24 +01:00
  • a953ccee2f Add sdram64 option to mist.ini Gyorgy Szombathelyi 2021-03-13 19:30:46 +01:00
  • 3f59afa0eb Allow to use <corename>.hd0/hd1 to mount at boot Gyorgy Szombathelyi 2021-03-13 18:32:36 +01:00
  • 56dba800ea tos.c: no need to throttle SPI speed for reads Gyorgy Szombathelyi 2021-02-19 21:39:29 +01:00
  • 47b16db285 tos.c: formatting Gyorgy Szombathelyi 2021-02-19 19:44:14 +01:00
  • a557c97650 Add a tester for the FAT driver Gyorgy Szombathelyi 2021-02-19 18:17:07 +01:00
  • c82743773a fat.c: formatting Gyorgy Szombathelyi 2021-02-18 21:37:00 +01:00
  • 5647b56eab Enable 68020 CPU for MiSTery Gyorgy Szombathelyi 2021-01-30 18:43:23 +01:00
  • fe7ee218bf Asix: add AX88772A USB ID Gyorgy Szombathelyi 2021-01-14 09:06:27 +01:00
  • 348287a442 menu: return to the parent subitem from a submenu Gyorgy Szombathelyi 2021-01-12 00:19:24 +01:00
  • e7f8bfa749 user_io: send 3rd button to the core Gyorgy Szombathelyi 2021-01-07 19:12:54 +01:00
  • e09a14031c Merge pull request #63 from retrofun/parent-dir-always-first gyurco 2020-12-13 10:15:42 +01:00
  • ae7b8874f1 Always put parent directory entry '..' at top Gerald Schnabel 2020-12-12 18:07:02 +01:00
  • e29b4e3c37 data_io: synthesize a directory entry for RAM files, too Gyorgy Szombathelyi 2020-12-11 00:29:05 +01:00
  • 88cd0577c6 More generic FPGA->ARM data saving, using corename.RAM files Gyorgy Szombathelyi 2020-12-10 23:14:59 +01:00
  • 230a7ee47f Extend the status word to 64 bits Gyorgy Szombathelyi 2020-12-05 19:11:39 +01:00
  • 72dece4e91 IDE: cosmetics Gyorgy Szombathelyi 2020-12-05 18:36:02 +01:00
  • 017ce10e2f Fix for broken HDF problem (FakeRDB running when it shouldn't) Alastair M. Robinson 2020-11-25 19:59:19 +00:00
  • ea55c0efaf 24MB -> Maximum Fast RAM Gyorgy Szombathelyi 2020-11-22 18:34:21 +01:00
  • e73a21a24d Added support for larger WinUAE-generated hardfiles. Alastair M. Robinson 2020-11-21 14:47:17 +00:00
  • ed383b6bf7 Only modify sector count in multiple mode - fixes archie. Alastair M. Robinson 2020-11-21 13:59:56 +00:00
  • b0930feed2 Combined write/writem + read/readm, fixed geometry for HDFs with fake RDB Alastair M. Robinson 2020-11-17 22:54:39 +00:00
  • 1f3a4209ba Send Ethernet config not just when the adapter is plugged in Gyorgy Szombathelyi 2020-11-18 21:26:42 +01:00
  • d95b38d98c Add 0b95:772B noname USB Ethernet adapter Gyorgy Szombathelyi 2020-11-18 01:11:38 +01:00
  • 8706882ba2 Composite blending setting for MiST2 Gyorgy Szombathelyi 2020-11-11 00:34:12 +01:00
  • c4d9f371c1 Consistent Fast RAM size displaying Gyorgy Szombathelyi 2020-10-18 21:16:16 +02:00
  • a79a9c8f9b Merge pull request #61 from retrofun/osd-show-minimig-version gyurco 2020-10-18 20:49:59 +02:00
  • 8afe705fbb OSD: show Minimig version Gerald Schnabel 2020-10-11 22:47:21 +02:00
  • ecad6622d1 Better mouse scaling (thanks AMR) Gyorgy Szombathelyi 2020-10-11 22:59:28 +02:00
  • 9df896cc4d Add mouse_speed setting Gyorgy Szombathelyi 2020-10-11 14:21:51 +02:00
  • df46a75c37 Minimig: wait a bit for PLL reconfig (otherwise version read can fail) Gyorgy Szombathelyi 2020-10-11 13:55:43 +02:00