Commit Graph

246 Commits

Author SHA1 Message Date
Miran Grča
43acec9630 Merge pull request #3021 from jriwanek-forks/formatting
Apply most of the remaining formatting changes
2023-01-07 23:16:27 +01:00
OBattler
40bd782aeb Win32 settings dialog secondary display selection fixes. 2023-01-07 23:16:00 +01:00
Jasmine Iwanek
1860700eab Fix some small issues 2023-01-07 17:02:23 -05:00
OBattler
5f332ccb53 Forgotten bug fix. 2022-12-15 15:54:08 +01:00
OBattler
d50b072cf8 Bumped up maximum sectors for IDE, ATAPI, and SCSI to 255 for VHD compliance. 2022-12-15 15:49:00 +01:00
Jasmine Iwanek
3fe4f75108 A bit more clang-format 2022-11-19 11:53:07 -05:00
OBattler
27ebb27db7 Makefile.mingw corrections and made the code pass much stricter checks (now mandated by Makefile.mignw) to ensure GCC 14 readiness. 2022-11-17 22:44:06 +01:00
Jasmine Iwanek
de4f70e3f8 Fix up some more magic numbers 2022-11-11 17:19:47 -05:00
Jasmine Iwanek
6919451ae4 Fix string offsetting 2022-11-09 23:19:17 -05:00
Jasmine Iwanek
04e4acf427 Merge remote-tracking branch 'upstream/master' into fix 2022-11-08 22:41:33 -05:00
Jasmine Iwanek
19a64344ef Updates 2022-11-08 22:09:59 -05:00
Jasmine Iwanek
b54c8fecff Fix "None" not showing up for video2 2022-11-08 21:59:36 -05:00
Jasmine Iwanek
9291b184fe Merge remote-tracking branch 'upstream/master' into hdd-speed 2022-11-08 13:58:05 -05:00
Jasmine Iwanek
2f17689b64 Initial Dual Video on Win32 (UI Settings Part) 2022-11-08 13:04:08 -05:00
Jasmine Iwanek
40d39f1baa HDD Speed setting in win32 2022-11-08 11:43:36 -05:00
OBattler
4d19b8a1e4 Added the ability to select earlier CD-ROM drive (emulates Chinon CDS-431 for SCSI and NEC CDR-260 for ATAPI) - needs to be ported to QT. 2022-10-29 06:44:30 +02:00
OBattler
a71cef75b3 Fixed button graying in the Hard Disks page of Settings in the Win32 UI. 2022-10-25 18:00:44 +02:00
OBattler
8625fa5cb4 Fixed compile with Win32 UI. 2022-10-17 00:02:15 +02:00
Jasmine Iwanek
740d7af8d6 clang-format in src/win/ 2022-09-18 17:22:55 -04:00
Adrien Moulin
2f57de3f60 Restore the ability to configure the first NIC with the win32 ui 2022-08-21 21:05:07 +02:00
Adrien Moulin
d52bc43802 network: fix win32 build error 2022-08-21 17:29:24 +02:00
Jasmine Iwanek
fff8800a20 Use defines for limits 2022-08-02 20:03:14 -04:00
Jasmine Iwanek
8b33566187 More serial cleanups 2022-07-28 16:50:49 -04:00
Jasmine Iwanek
a04710b517 clang-format in src/win and other misc places 2022-07-27 17:27:51 -04:00
Alexander Babikov
9f77a00d32 win: Add the FM synth driver select option to the UI 2022-07-26 10:23:02 +05:00
Jasmine Iwanek
0dc77c9238 XGA+XGA2 in win32 UI 2022-07-08 16:27:38 -04:00
Jasmine Iwanek
3e566c2bf3 8514/a in win32 UI 2022-05-24 12:53:02 -04:00
Jasmine Iwanek
297909a884 midi out device named correctly to aid code readability 2022-03-13 09:00:03 -04:00
Jasmine Iwanek
4674756664 More newline and whitespace cleanups 2022-02-20 16:26:40 -05:00
Jasmine Iwanek
6b5459c560 More UI Layout Improvements 2022-02-05 22:44:05 -05:00
Jasmine Iwanek
cace1de621 Fixes 2022-01-31 01:14:43 -05:00
Jasmine Iwanek
3a140e67d9 Refactor IDT_???? to have meaningful names 2022-01-30 23:30:40 -05:00
Jasmine Iwanek
a666ff87c0 Less confusion for midi out 2022-01-30 22:07:50 -05:00
Jasmine Iwanek
3a8c58ca09 Update win_settings.c 2022-01-30 21:48:47 -05:00
Jasmine Iwanek
c15244d0c2 Make several bits less confusing 2022-01-30 19:37:50 -05:00
Jasmine Iwanek
afdb2b1644 Fix more cases of hardcoding where we had a macro 2022-01-30 18:55:12 -05:00
Alexander Babikov
209b5d9cd1 Limit the selection of ISA RTCs, memory expansions and the ISABugger to machines with the ISA bus available 2021-12-22 06:04:59 +05:00
Alexander Babikov
72a492b243 Limit the selection of the standalone MPU-401 to machines with either ISA or MCA bus available 2021-12-22 06:04:58 +05:00
David Hrdlička
e0a73a99ec Turn the RtMidi module into a full standalone MIDI module
Removes the now-redundant platform MIDI infrastructure
2021-12-17 10:10:59 +01:00
OBattler
ff02073050 Moved the machine RAM sanity check to machine_get_max_ram(). 2021-12-16 13:18:09 +01:00
OBattler
8d7f42d4aa More machine abstractions. 2021-12-13 14:17:49 +01:00
OBattler
6661ff5dcc Abstracted away the machine bus'es and flags in order to make the rest of the emulator agnostic as to how they're stored. 2021-12-13 01:23:06 +01:00
Laci bá
a16e39bb62 Initial commit for changeable icon set 2021-11-14 19:50:05 +01:00
Laci bá
6f0da19369 Merge branch 'master' into translation_hu-HU 2021-11-14 00:03:36 +01:00
OBattler
3730117a37 Conflict resolution. 2021-11-13 22:49:19 +01:00
Laci bá
80c01b9bfe Settings dialog cleanup 2021-11-12 22:43:18 +01:00
Laci bá
dafc429e93 A lot of changes
- Fix the broken itemindex of ComboBox  in the Settings dialog
- Change from LCID to uint32_t
- Rewrite the headers of the lang related functions (can handle the whole LCID as input)
- Add dummy functions to unix.c
- Add proper combobox handling in win_settings.c
- Added a lot of debug calls temporarily
- Reactivate every disabled option related to language changes
- Move lang_id to 86box.h from win.h
- Implement on-fly resource switch as discussed with OBattler
- Reimplement everything language related in the initialization section of the program
- Implemented the ladder of three points
1, what is the --lang?
2, what are definied in the config? (to be implemented)
3, what is the system language
2021-11-09 22:33:54 +01:00
Laci bá
11527d39b0 Select the current language in the ComboBox, and change it's style 2021-11-09 20:50:38 +01:00
Laci bá
5616ffbed2 Populate the languages ComboBox on-fly 2021-11-09 20:36:07 +01:00
OBattler
c892c521ea More preparation for localization. 2021-11-09 19:57:38 +01:00