1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-03-01 01:09:57 +00:00

Commit Graph

  • b87e37b4b1 Send clock_freq to FPGA after parsing mist.ini Gyorgy Szombathelyi 2020-10-08 20:51:09 +02:00
  • 9f06eeaee7 Add default value to clock_freq Gyorgy Szombathelyi 2020-10-06 19:43:21 +02:00
  • 8b8c38e886 Add clock_freq setting to override Minimig master clock Gyorgy Szombathelyi 2020-10-06 15:41:34 +02:00
  • 2b6518557f Merge pull request #60 from mist-devel/robinsonb5-sdcard-capacity Till Harbaum 2020-09-13 14:08:13 +02:00
  • ac6e5de475 Fix detection of SD card capacity for blocksize > 512 Alastair M. Robinson 2020-09-12 19:17:09 +01:00
  • 54047420e5 Merge pull request #59 from retrofun/db9_joystick_remap gyurco 2020-08-29 19:44:15 +02:00
  • 5e10fdbdb8 Fix DB9 OSD joy state Gerald Schnabel 2020-08-29 19:40:48 +02:00
  • 46ec5778de DB9 joystick remap Gerald Schnabel 2020-08-29 19:40:09 +02:00
  • 6b24b874ea Generic USB-RTC support Gyorgy Szombathelyi 2020-07-25 18:59:55 +02:00
  • 279b1a4187 Fix long-standing ADF write corruption bug Alastair M. Robinson 2020-07-12 15:52:00 +01:00
  • c47c375d60 Fix memory corruption (wrong index) in SYSTEM.FNT loading Gyorgy Szombathelyi 2020-06-22 16:32:24 +02:00
  • 9cf667475e Send second mouse and wheel movement to 8bit Gyorgy Szombathelyi 2020-06-18 23:43:20 +02:00
  • 9ecee9ddf0 Honor DEFAULT in ARC file when resetting settings Gyorgy Szombathelyi 2020-06-16 22:24:05 +02:00
  • 42fbeaa7cc Support a second mouse (and send it to Minimig) Gyorgy Szombathelyi 2020-06-14 00:55:25 +02:00
  • cf09e0c9de TAB-SPACE cleanup Gyorgy Szombathelyi 2020-06-13 22:45:59 +02:00
  • 548b33c717 Support mouse wheel in USB + send mouse wheel events to Minimig Gyorgy Szombathelyi 2020-06-13 20:03:15 +02:00
  • f793e18fdd Move joystick_reset to StateReset(), remove unused code Gyorgy Szombathelyi 2020-06-07 15:49:51 +02:00
  • 3e184afbf6 Add 'joystick_db9_fixed_index' option to mist.ini to prefer DB9 joysticks over USB joysticks François Andriot 2020-06-06 13:56:10 +02:00
  • ee6637149b ini_parser: increase line_length for CONF= lines in ARC files Gyorgy Szombathelyi 2020-05-23 23:18:47 +02:00
  • 72b1d37179 menu: some protection against too long option strings Gyorgy Szombathelyi 2020-05-23 22:36:03 +02:00
  • 6e630fddd7 Another menu scrolling fix Gyorgy Szombathelyi 2020-05-19 15:50:52 +02:00
  • 7638e8c137 Archie: add save CMOS RAM option Gyorgy Szombathelyi 2020-05-16 20:36:53 +02:00
  • 26fa8fabff Data_io: add generic FPGA->ARM transfer Gyorgy Szombathelyi 2020-05-16 20:36:13 +02:00
  • 302bd7ddb3 Fix change into core directory when the last page is partial Gyorgy Szombathelyi 2020-05-15 13:02:01 +02:00
  • e758022588 menu: scrolling fix of the sub-page Gyorgy Szombathelyi 2020-05-15 02:59:11 +02:00
  • f0e2c1a8a1 Load a common SYSTEM.FNT for OSD and MiST, too Gyorgy Szombathelyi 2020-05-14 23:52:09 +02:00
  • 4ca902eaa0 Update .gitignore Gyorgy Szombathelyi 2020-05-12 23:38:22 +02:00
  • 4362a8bb0a Allow configuring the profile names in Minimig, AtariST Gyorgy Szombathelyi 2020-05-12 23:10:31 +02:00
  • bacb5c7ad9 Add "P"age config string option Gyorgy Szombathelyi 2020-05-12 22:26:47 +02:00
  • bfe904ac00 Support loading of CORE.ARC as default core Gyorgy Szombathelyi 2020-05-05 16:31:18 +02:00
  • 8473152399 ini_parser: ignore quoted strings in comments Gyorgy Szombathelyi 2020-05-05 15:36:01 +02:00
  • cef0e420f1 gcc 9 warnings fixes Gerald Schnabel 2020-05-01 21:13:27 +02:00
  • bd08ba6c91 Merge pull request #53 from retrofun/allow-tilde-in-mist-ini Till Harbaum 2020-05-02 09:57:27 +02:00
  • a409eac834 ini_parser: add tilde as special char Gerald Schnabel 2020-05-01 22:26:15 +02:00
  • fa62bd54f0 ARC: fix DEFAULT max value Gyorgy Szombathelyi 2020-04-21 12:02:18 +02:00
  • e648509be7 ARC: add DEFAULT setting Gyorgy Szombathelyi 2020-04-17 17:27:48 +02:00
  • 470c1ac09e ARC: increase max conf size to 512 Gyorgy Szombathelyi 2020-04-17 16:36:43 +02:00
  • 37694fbd44 data_io: synthesize a directory entry for ROM downloading Gyorgy Szombathelyi 2020-03-11 23:16:13 +01:00
  • 18e8ebbd37 ini_parser: don't advance the file pointer too soon Gyorgy Szombathelyi 2020-02-15 22:34:58 +01:00
  • a13b0349cf Analogue joystick range scaling fix + dead zone management Ramon Martinez 2020-02-14 19:55:48 +01:00
  • 7009e6e02c user_io: search for .ROM in the current directory first Gyorgy Szombathelyi 2020-02-12 21:24:41 +01:00
  • 35b7bfa9c4 Reset ARC internals at ARM boot Gyorgy Szombathelyi 2020-02-12 21:10:55 +01:00
  • 1571146c8f Support core name override from ARC file Gyorgy Szombathelyi 2020-02-12 21:09:50 +01:00
  • b5e3b0c666 Fix if RBFNAME length < 8 in ARC file, and reset the internal status at load Gyorgy Szombathelyi 2020-02-08 20:01:46 +01:00
  • 774f45e0dd Introduce UIO_SET_MOD and ARC files Gyorgy Szombathelyi 2020-02-07 10:47:54 +01:00
  • ad35e4f5cf ini_parser: make it independent again Gyorgy Szombathelyi 2020-02-06 17:22:17 +01:00
  • c7d130bbf8 A simple ini_parser tester Gyorgy Szombathelyi 2020-02-06 12:53:38 +01:00
  • cec6588121 ini_parser: fix handling of >1024 bytes files and too long line handling Gyorgy Szombathelyi 2020-02-06 11:39:08 +01:00
  • bb6c35657b Simplify passing currentdirectory to fpga_init Gyorgy Szombathelyi 2020-02-01 17:54:42 +01:00
  • d2b5af6b80 menu.c: reuse change_into_core_dir in user_io Gyorgy Szombathelyi 2020-02-01 11:06:09 +01:00
  • 8adf5ef079 menu.c: some cleanup Gyorgy Szombathelyi 2020-02-01 10:31:19 +01:00
  • 4263bd9e9e Factor out SS2 data transfer to data_io.c Gyorgy Szombathelyi 2020-01-23 10:36:29 +01:00
  • 8d3533a439 Add csync_disable option to request separate sync in 15kHz Gyorgy Szombathelyi 2020-01-12 12:15:35 +01:00
  • 6c1d6bd0ce Support arduiono based keyboards harbaum 2020-01-07 11:01:50 +01:00
  • 5444d594ec TOS: use FileReadEx/MMCReadMultiple for ACSI read Gyorgy Szombathelyi 2019-11-27 18:34:47 +01:00
  • b6f47718f3 Use FileReadEx for ROM upload Gyorgy Szombathelyi 2019-11-27 18:04:13 +01:00
  • 510677541c Minimig: swap bytes of several inquiry fields Gyorgy Szombathelyi 2019-11-27 18:03:32 +01:00
  • 398fb6abb0 Merge pull request #40 from retrofun/fix-osd-long-name-scrolling gyurco 2019-11-25 22:29:13 +01:00
  • 17fa8d8cc9 Use bit4 of the core type to send ROM directly from the SD-Card Gyorgy Szombathelyi 2019-11-25 21:54:17 +01:00
  • 34e1f7c29d Fix scrolling of long directory names and file names in OSD Gerald Schnabel 2019-11-25 20:51:01 +01:00
  • b350f51700 Merge pull request #38 from retrofun/minimig-mist-osd-kickstart-no gyurco 2019-11-23 11:25:27 +01:00
  • 2dfb313004 minimig-mist: correct OSD menu entry when selecting no at reload kickstart Gerald Schnabel 2019-11-23 11:06:17 +01:00
  • 18f57bc3b9 Show up to 6, test up to 4 joysticks in the OSD + massive cleanup Gyorgy Szombathelyi 2019-11-07 14:31:38 +01:00
  • 0912307cff Merge pull request #36 from retrofun/fix-hrtmon-config gyurco 2019-11-04 18:18:00 +01:00
  • 4ef01a4f4a minimig-mist: use correct config values for hrtmon (-1 instead of 1) Gerald Schnabel 2019-11-03 21:34:08 +01:00
  • ac10ac6f83 Direct SD-transfer for MiST2 Gyorgy Szombathelyi 2019-11-03 20:21:33 +01:00
  • 343f9bfada Adjust config message for 8/24MB Fast RAM Gyorgy Szombathelyi 2019-11-03 14:21:25 +01:00
  • 315bcc88e0 Merge pull request #35 from retrofun/m68000-m68010-24bit Till Harbaum 2019-11-02 20:50:12 +01:00
  • a695a703de Archie: HDD support (re-using Minimig's IDE) Gyorgy Szombathelyi 2019-11-02 19:39:57 +01:00
  • abc849254d Merge pull request #34 from gyurco/tosprofiles gyurco 2019-11-02 19:39:36 +01:00
  • 7536b5dd55 minimig-mist: max. memory 8MB (68000/68010), 24MB (68020) Gerald Schnabel 2019-10-31 20:52:10 +01:00
  • 8fc5f10939 Support multiple ST profiles Gyorgy Szombathelyi 2019-10-31 14:53:32 +01:00
  • 20d5c2930a MiST: pull up unused cart area for MiST1, too Gyorgy Szombathelyi 2019-10-02 21:45:31 +02:00
  • abdf835231 MiST: fill unloaded cartridge memory with 0xff Gyorgy Szombathelyi 2019-09-30 20:40:37 +02:00
  • e046e11722 Merge pull request #33 from retrofun/fixes-for-minimig-core Till Harbaum 2019-08-18 22:20:12 +02:00
  • 635d0878f5 minimig: Fix IDE on/off, ask to reboot when changed Gerald Schnabel 2019-08-18 12:45:31 +02:00
  • 46d61f04f7 MiST2: reduce the the message length for GET_DMASTATE Gyorgy Szombathelyi 2019-08-09 21:51:11 +02:00
  • 72e9d7b304 MiST2: adjust menu for not implemented options Gyorgy Szombathelyi 2019-08-09 01:08:07 +02:00
  • 58e8a0dfa3 MiST2: handle FDC via user_io_file_mount Gyorgy Szombathelyi 2019-08-08 21:55:50 +02:00
  • 2e5ab6e911 Single/multi sector transfer for MiST FDC Gyorgy Szombathelyi 2019-08-06 17:57:16 +02:00
  • 90eaee61c5 MiST2: use generic serial in/out command codes Gyorgy Szombathelyi 2019-08-06 15:18:04 +02:00
  • b58bfd8b8f Enable SD-card interface to MiST2 Gyorgy Szombathelyi 2019-08-06 15:11:01 +02:00
  • 2cefbfc501 MiST2: throttle ACSI speed by lowering the SPI clock for FPGA<->ARM Gyorgy Szombathelyi 2019-08-06 15:10:06 +02:00
  • 9c35c89e1c Fix modifier keys for MIST2 Gyorgy Szombathelyi 2019-07-30 11:35:26 +02:00
  • ca05ed3e61 Merge pull request #32 from gyurco/master Till Harbaum 2019-07-29 21:19:24 +02:00
  • 1d1fe0b68c minimig: Improve stability of core startup when loading a new configuration Gerald Schnabel 2019-07-27 22:38:05 +02:00
  • a93ad1ad0c minimig: Make Kickstart 1.2/1.3 honour changes of memory configuration Gerald Schnabel 2019-07-27 22:30:47 +02:00
  • e6297f9d89 minimig: Fix fatal error 4 when choosing new FPGA core Gerald Schnabel 2019-07-27 22:09:00 +02:00
  • 22e4161161 Remove ARM ikbd from MIST2 core type Gyorgy Szombathelyi 2019-07-27 21:45:07 +02:00
  • 3c06a7a6e0 Missed user_io.h change Gyorgy Szombathelyi 2019-07-27 21:44:43 +02:00
  • 1f87b8b443 UIO_SERIAL_XXX codes are clashing with UIO_KEYBOARD/MOUSE Gyorgy Szombathelyi 2019-07-27 14:40:50 +02:00
  • 6ad47a5036 Clear first 16k in MIST2 Gyorgy Szombathelyi 2019-07-20 19:46:48 +02:00
  • 694aa298cf Forgot to increase drive letter Gyorgy Szombathelyi 2019-07-19 20:55:26 +02:00
  • 1b8270180f Forward PS2 key/mouse codes to MIST2 core Gyorgy Szombathelyi 2019-07-18 23:21:50 +02:00
  • b7debaa421 Add MIST2 core type Gyorgy Szombathelyi 2019-07-18 21:24:54 +02:00
  • a257988d7d Move back to root dir after rom=xxx loading via ini Gyorgy Szombathelyi 2019-06-01 16:58:44 +02:00
  • 0a25c989f8 Can load cores from directories marked as SYSTEM Gyorgy Szombathelyi 2019-06-01 16:57:52 +02:00
  • 5267392670 Case-insesitive core name comparison in ini parser Gyorgy Szombathelyi 2019-06-01 15:16:37 +02:00
  • ec95f8184c Don't forget to parse the version string at the end Gyorgy Szombathelyi 2019-06-01 14:41:43 +02:00
  • 19978172e7 File mount in the input test screen? Gyorgy Szombathelyi 2019-05-17 07:47:32 +02:00