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

Commit Graph

  • 1e91ac5e70 Make GetTimer RAMFUNC (it's used in MMC_Read) Gyorgy Szombathelyi 2023-12-14 14:58:35 +01:00
  • ee3cb23a2a mmc: write RAMFUNC consistently Gyorgy Szombathelyi 2023-12-14 14:58:09 +01:00
  • d395ba22f0 menu: display the core name+version if no RTC (on BIGOSD) (#110) Gyorgy Szombathelyi 2023-12-14 13:59:29 +01:00
  • 84aefe48da firmware: update the same precheck methods as the upgrade Gyorgy Szombathelyi 2023-12-14 13:57:48 +01:00
  • 19095c25eb menu: fix page up/page dn when the last/first option is invisible Gyorgy Szombathelyi 2023-10-29 01:28:07 +02:00
  • 97c5a47b3e menu: add support for separator item ("-") Gyorgy Szombathelyi 2023-10-16 19:20:24 +02:00
  • 047bbefc04 New feature: BIGOSD Gyorgy Szombathelyi 2023-10-13 14:14:12 +02:00
  • 7c56ce5d98 Merge pull request #108 from xolod79/master gyurco 2023-10-09 12:47:39 +02:00
  • a948ab0252 Add ATA commands 21h,31h root 2023-10-08 17:23:30 -04:00
  • 2d1341160d hdd.c: fix incorrect LBA increment for direct disk access/non direct-SD mode Gyorgy Szombathelyi 2023-10-08 22:52:51 +02:00
  • 46fa9ba04e Cleanup WaitTimer/TIMER_Wait Gyorgy Szombathelyi 2023-09-26 13:22:41 +02:00
  • c01027f0a2 Cleanup error numbers Gyorgy Szombathelyi 2023-09-26 12:49:20 +02:00
  • c80ef8220a tos.c: use block transfer for MIST1/no direct mode Gyorgy Szombathelyi 2023-09-26 12:34:55 +02:00
  • e39a931a1b Default menu index for the hidden entry is 1 Gyorgy Szombathelyi 2023-09-23 11:01:58 +02:00
  • 72f0f31911 Merge pull request #107 from retrofun/cppcheck_issues gyurco 2023-09-19 07:39:46 +02:00
  • d7e2a06369 Fix some issues reported by cppcheck Gerald Schnabel 2023-09-18 22:40:27 +02:00
  • 475487da6b Add missing EnableOsd Gyorgy Szombathelyi 2023-09-13 11:33:37 +02:00
  • cbf1d9f7e5 Allow explicit file slot number in the config string Gyorgy Szombathelyi 2023-09-12 12:59:35 +02:00
  • ca8f00ec7e settings.c: add missing return values Gyorgy Szombathelyi 2023-09-07 12:49:52 +02:00
  • 52f9085fde neocd: increase the polling rate a bit Gyorgy Szombathelyi 2023-07-05 22:37:20 +02:00
  • 689126afbe neocd: protection against bad command parameters Gyorgy Szombathelyi 2023-07-05 02:12:04 +02:00
  • a144de46fe Add NeoGeo CD support Gyorgy Szombathelyi 2023-07-04 01:12:59 +02:00
  • eb2c81cc9c pcecd.c: add static qualifier to internal functions Gyorgy Szombathelyi 2023-07-03 21:44:55 +02:00
  • 77b4abcdb4 cue_parser.c: increase possible word size (BIN file name mainly) Gyorgy Szombathelyi 2023-07-03 21:44:19 +02:00
  • f2905430ff menu.c: center buttons setup msg Gyorgy Szombathelyi 2023-05-05 18:38:44 +02:00
  • b41c77ad81 menu.c: display the real RBF name from the ARC file Gyorgy Szombathelyi 2023-05-04 13:40:29 +02:00
  • 8832632d6c Use BUTTONS= line from ARC file in the joystick mapping dialog Gyorgy Szombathelyi 2023-05-04 10:49:25 +02:00
  • c471adeac4 Use the original IRQ disabling code for fw update Gyorgy Szombathelyi 2023-04-04 14:43:24 +02:00
  • 9709119d02 user_io: add FEAT_PS2REP Gyorgy Szombathelyi 2023-03-26 15:50:52 +02:00
  • 8fe5bcee93 HDD: add READ VERIFY SECTOR(S) command Gyorgy Szombathelyi 2023-03-24 21:40:39 +01:00
  • 44661f7b91 HDD: error on invalid transfer size in SET MULTIPLE MODE Gyorgy Szombathelyi 2023-03-22 23:47:36 +01:00
  • f20455657b Put local variables in cases into blocks Gyorgy Szombathelyi 2023-03-15 19:35:09 +01:00
  • 3f3ef9936d Merge pull request #103 from retrofun/typo_fixes gyurco 2023-03-12 20:35:50 +01:00
  • f98b3e4708 Merge pull request #102 from retrofun/fix-format-string-of-f_size gyurco 2023-03-12 20:14:54 +01:00
  • b685da627c Merge pull request #101 from retrofun/system_status_page_2 gyurco 2023-03-12 20:14:32 +01:00
  • 02bcff4b43 Fix several typos Gerald Schnabel 2022-09-25 16:57:02 +02:00
  • 9ac067bfcb Fix format string of f_size Gerald Schnabel 2023-03-12 19:34:56 +01:00
  • 431bdb9087 Archie: revert to the original HDD geometry calculation Gyorgy Szombathelyi 2023-03-09 21:54:43 +01:00
  • fdbcd6ca43 hdd.c: add PC compatible geometry calculation Gyorgy Szombathelyi 2023-03-09 21:45:13 +01:00
  • 068eb7bb1f hdd.c: adjust RDB flags only when RDB signature is found Gyorgy Szombathelyi 2023-03-08 18:47:25 +01:00
  • 259c2f6cde System status page Gerald Schnabel 2023-02-12 14:43:54 +01:00
  • 8a4a1ce21e Disable joysticks when OSD is open Gyorgy Szombathelyi 2023-02-06 21:25:24 +01:00
  • 1e2ac79d45 menu.c: use defined constant Gyorgy Szombathelyi 2022-12-01 16:29:23 +01:00
  • a7fdee664a OSD: fix right arrow Gyorgy Szombathelyi 2022-11-25 10:14:09 +01:00
  • 01e05d6b08 Give time to initialize the FPGA when loaded from JTAG Gyorgy Szombathelyi 2022-11-22 19:54:20 +01:00
  • 2404a7c950 Revert query the device descriptor only once for ASIX Gyorgy Szombathelyi 2022-11-05 02:31:39 +01:00
  • c162df2aea OSD: use linebuffer instead of framebuffer for stars Gyorgy Szombathelyi 2022-10-28 14:06:21 +02:00
  • c891f2bc5d Reset menu state to force reload of the dirtable after dir change Gyorgy Szombathelyi 2022-10-28 00:40:54 +02:00
  • b6de09c9f9 Load a development ARC file after JTAG programming (#99) Gyorgy Szombathelyi 2022-10-27 15:42:08 +02:00
  • 8810e06e63 OSD: merge OsdWriteOffset and OSD_PrintText Gyorgy Szombathelyi 2022-10-22 17:30:08 +02:00
  • a135569a38 MMC: user the proper CRC value for CMD12 Gyorgy Szombathelyi 2022-10-17 19:36:22 +02:00
  • ed2490341c arc.c: 16 chars for core/dir/vhdname Gyorgy Szombathelyi 2022-10-03 02:28:14 +02:00
  • 51d1a5cb65 Fix RTC menu indices Gyorgy Szombathelyi 2022-10-03 01:15:53 +02:00
  • 50d42c6d79 Remove a left-over ! Gyorgy Szombathelyi 2022-10-03 00:53:52 +02:00
  • 1160413011 Merge pull request #98 from retrofun/storage-device-info-in-system-menu gyurco 2022-10-03 00:53:09 +02:00
  • 5970f04574 Show information of booted storage device in OSD system menu Gerald Schnabel 2022-10-01 21:21:50 +02:00
  • a8ea1cc4e4 Fix F12 set1 keycode Gyorgy Szombathelyi 2022-10-01 18:30:38 +02:00
  • 6e5f318c24 arc.c: increase max. file/dir size to 16 Gyorgy Szombathelyi 2022-09-23 11:04:19 +02:00
  • c5ad9ce768 Merge pull request #97 from retrofun/usb-storage gyurco 2022-09-13 23:44:25 +02:00
  • db1dda26dd Tweak USB storage recognition Gerald Schnabel 2022-09-13 20:05:53 +02:00
  • bcf2a4cfe9 HDD: implement the obscure PlayAudioTrackIndex cmd Gyorgy Szombathelyi 2022-09-06 09:44:09 +02:00
  • 48b8599c6d HDD: some support for reading CD-XA sectors Gyorgy Szombathelyi 2022-09-06 04:29:15 +02:00
  • 267d9993a5 HDD: stop audio when the CDROM is removed Gyorgy Szombathelyi 2022-09-06 00:23:19 +02:00
  • ed02a129b5 user_io: load <core>.R0[1-6] during boot Gyorgy Szombathelyi 2022-09-06 00:22:32 +02:00
  • 66d9b9718f IDE: don't write the TFR when drq is possibly asserted Gyorgy Szombathelyi 2022-08-28 17:44:39 +02:00
  • c4de68b85c HDD: turn on disk led during CDDA play Gyorgy Szombathelyi 2022-08-28 17:13:07 +02:00
  • a9be6099a8 HDD: add CDDA playing Gyorgy Szombathelyi 2022-08-27 23:32:35 +02:00
  • 82f1a7be3b HDD: hopefully handle packet sizes correctly Gyorgy Szombathelyi 2022-08-26 15:23:14 +02:00
  • 75f7136ea5 HDD: apply the block size limit to one packet, not the whole transfer Gyorgy Szombathelyi 2022-08-26 02:50:09 +02:00
  • 81d017d637 HDD: disable parsing of block descriptors Gyorgy Szombathelyi 2022-08-25 21:57:21 +02:00
  • d46e0daab6 HDD: buffer overlow prevention for MODE SELECT Gyorgy Szombathelyi 2022-08-25 20:58:43 +02:00
  • 0a3bc27bdc HDD: fix last packet condition if the buffer size is huge Gyorgy Szombathelyi 2022-08-25 20:38:16 +02:00
  • e2639f45df HDD: handle 0 packet size Gyorgy Szombathelyi 2022-08-24 16:24:49 +02:00
  • 532dc5d9cb user_io: send IDE config to core Gyorgy Szombathelyi 2022-08-24 14:23:37 +02:00
  • 9b8d00db37 HDD: handle REQUEST SENSE with alloclen=0 Gyorgy Szombathelyi 2022-08-24 04:07:21 +02:00
  • e5ffdaf2ef minimig-menu: fix IDE selections Gyorgy Szombathelyi 2022-08-24 02:08:04 +02:00
  • a37e592fd7 menu: display CD icon in SxC case Gyorgy Szombathelyi 2022-08-23 17:55:38 +02:00
  • ea066466f5 IDE interface enable for 8-bit, configurable CDROM slot Gyorgy Szombathelyi 2022-08-21 19:15:52 +02:00
  • 789afdbe13 hdd.c: increase packet chunk size to 2352 bytes Gyorgy Szombathelyi 2022-08-20 13:45:45 +02:00
  • 2409c9bd7b hdd.c: fix and implement more packet commands Gyorgy Szombathelyi 2022-08-20 12:11:45 +02:00
  • 067cce11be ATAPI CDROM support Gyorgy Szombathelyi 2022-08-15 01:17:13 +02:00
  • a72b3a4823 Merge pull request #94 from retrofun/usb-storage gyurco 2022-08-05 23:38:27 +02:00
  • 71c4f0df37 Switch boot from SD/USB with user button Gerald Schnabel 2022-08-05 21:31:06 +02:00
  • be0e1bcdd6 Fix compiling without usb storage support Gerald Schnabel 2022-08-05 21:28:09 +02:00
  • 6557912a7f Minimig: fix FDC writes in some cases Gyorgy Szombathelyi 2022-08-05 20:28:49 +02:00
  • c08773b213 Use GetRTTC() for measuring durations Gyorgy Szombathelyi 2022-08-05 20:27:38 +02:00
  • b626e1697c USB: overflow-safe timers Gyorgy Szombathelyi 2022-08-04 20:47:44 +02:00
  • 9c1fb3ba76 USB: add some grace time after address setup Gyorgy Szombathelyi 2022-08-04 15:19:32 +02:00
  • dbd05d5aa3 Add joystick_dead_range setting Gyorgy Szombathelyi 2022-08-01 18:20:21 +02:00
  • 78b25e11a7 config.c: don't mask Minimig's dither setting Gyorgy Szombathelyi 2022-07-30 19:12:18 +02:00
  • cd9bfd98da Send all input coordinates to OSD state Gyorgy Szombathelyi 2022-07-29 14:05:41 +02:00
  • c32cb78e56 USB: parse endpoint data for HUBs Gyorgy Szombathelyi 2022-07-28 21:12:52 +02:00
  • 0cbe721046 USB: get ep0 max packet size from the initial descriptor Gyorgy Szombathelyi 2022-07-26 10:47:25 +02:00
  • b8b3c27af5 USB: factor out the max3421e driver from usb.c Gyorgy Szombathelyi 2022-07-26 09:58:33 +02:00
  • f3978a8eb9 USB: add eptype to the endpoint struct Gyorgy Szombathelyi 2022-07-23 02:03:51 +02:00
  • 5491ee067b Use macros for FPGA config functions Gyorgy Szombathelyi 2022-07-17 00:49:20 +02:00
  • 370c4c8ed8 Resurrect USB storage driver (host) Gyorgy Szombathelyi 2022-07-10 21:08:21 +02:00
  • 5f55899548 user_io: add selective ack msg to sector IO Gyorgy Szombathelyi 2022-07-01 22:30:06 +02:00
  • a11db9a009 Close the OSD after NVRAM save (#93) Gyorgy Szombathelyi 2022-06-28 11:53:54 +02:00
  • 4f43108ed5 data_io: turn on disk LED during transfer Gyorgy Szombathelyi 2022-06-28 11:53:30 +02:00