1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-02 08:41:28 +00:00
Commit Graph

299 Commits

Author SHA1 Message Date
marqs
2c934c9dd0 Fix line3x 4:3 mode and VGA interlace detection 2017-02-09 23:14:24 +02:00
marqs
6e043ef577 Improve input mode handling
* New options and better compatibility for Line5x
* Add support for 960i and 1080i
* Make TVP HPLL2x option user-selectable
2017-02-07 23:04:30 +02:00
marqs
3b19b2843c Preliminary Line5x implementation 2017-01-29 13:02:12 +02:00
marqs
25489dc303 Improve IR receiver tolerance 2017-01-28 03:37:29 +02:00
marqs
d41c7522a0 Misc updates
* Fix mask placement and make its brightness adjustable
* Line4x
2017-01-24 00:18:15 +02:00
marqs
434186d64e Improve lo-res mode processing features
* workaround for phase shift issue on optimized modes
* add hscale option for 256x240 opt Line3x mode
* distribute video modes to groups and allow passthru for all modes
2017-01-23 00:56:17 +02:00
marqs
a03c01ca4d Keep track of last used profile and (optionally) input 2017-01-08 12:02:32 +02:00
marqs
d77c293b70 * Clean up some FPGA code
* Wrap sampling phase setting
* Enable hal.enable_lightweight_device_driver_api to reduce CPU code size
2016-12-31 14:18:21 +02:00
marqs
0f8439abf3 Profile support added. 2016-12-30 00:14:12 +02:00
marqs
79f215d41e Minor fixes. 2016-12-27 11:16:08 +02:00
marqs
03bf4c2c9a Update to Quartus 16.1. 2016-12-13 20:55:10 +02:00
marqs
a4faf2c1ab Add alternative build targets. 2016-11-12 23:54:01 +02:00
marqs
108ea17604 Remove old #includes. 2016-11-08 20:54:28 +02:00
marqs
fac88b348e Merge borti4938's diy-audio code and fix audio format. 2016-11-08 20:53:58 +02:00
marqs
d548d53272 Add dedicated SPI mode option to i2c_opencores. 2016-11-05 15:39:36 +02:00
marqs
d8d7950268 Merge branch '511140-patch-1' into release 2016-10-28 23:43:15 +03:00
marqs
0e964b739c Merge branch 'patch-1' of git://github.com/511141/ossc into 511141-patch-1 2016-10-28 23:42:00 +03:00
511141
57314e9093 JIS X 0201 compliant 2016-10-28 14:45:31 +11:00
marqs
6dfd2be3ed Speed up SD card detection. 2016-10-27 23:33:39 +03:00
marqs
5d3e3bbe33 remove old SD interface files from project. 2016-10-27 01:11:33 +03:00
marqs
611c8763c2 Improve SD card IO. 2016-10-27 01:08:23 +03:00
marqs
f55e9a877e SD SPI implementation finished 2016-10-21 01:19:53 +03:00
511141
16162499e4 Update menuJAP.c
Error fix
2016-10-19 19:58:28 +11:00
marqs
71d60144e8 Timer and SPI added. 2016-10-16 12:53:54 +03:00
511141
51691a168b Update menuJAP.c
Line 62 fix
2016-10-02 07:38:54 +11:00
511141
7007906f02 Japanese Translation
Translated the OSSC menu into Japanese.
If you are incapable of having a "Language" option in the menu for different languages provided there are users who will translate them, then separate firmware versions with different languages should suffice. 
0.73.eng
0.73jap
And so on
2016-10-02 07:24:54 +11:00
marqs
9f086828ac Release 0.73
* Fixed adv. timing tweaker using previous values when updating parameters
* Added "Hsync tolerance" option to fix detection of certain Neo-Geo models
2016-09-05 20:49:41 +03:00
marqs
c9012c2d84 Minor fixes 2016-08-23 19:24:22 +03:00
marqs
9f7a30bea9 fix clamp and ALC position 2016-08-23 00:52:46 +03:00
marqs
2dee0a2eb5 * R/G/B gain/offset controls added
* misc optimizations
2016-08-20 15:54:28 +03:00
marqs
827df7930f * L3 optimized mode scanlines fixed
* Advanced timing tweaker implemented
2016-08-16 22:45:23 +03:00
marqs
a488422089 * Fix scanline rendering issues
* Add initial input and SDTV sync glitch filter settings
* Modify input initialization logic
* Fix debug build warnings
2016-08-14 18:57:50 +03:00
marqs
c8b542b917 * 480p/576p line2x
* 480i/576i passthrough
* alternating scanlines for interlaced material
2016-07-09 23:12:35 +03:00
marqs
a2e10637bd Fix random input detection issue. 2016-06-22 23:22:59 +03:00
borti4938
bab00679df add gitignore 2016-06-12 23:45:52 +03:00
marqs
6c5f753245 Misc updates
-optimizations from Borti
-more code refactoring
-fix build warnings
-change scanline mode logic
2016-06-12 23:43:24 +03:00
marqs
51c43a7c10 Fix linetriple aspect and parameters. 2016-06-08 21:16:58 +03:00
marqs
dceec5f197 Menu structure implemented. 2016-05-30 13:02:15 +03:00
marqs
74abbed1a8 Fix scanline id setting. 2016-05-28 12:17:15 +03:00
marqs
4548bf0b8c Reset sync processing when disabling output 2016-05-25 01:06:48 +03:00
marqs
9c2cdd64cf Some codebase reordering 2016-05-25 00:04:46 +03:00
borti4938
64b661c7e2 init the IT6613 only once if HDMI is initiated 2016-05-24 01:24:14 +03:00
borti4938
2de05ca742 If TX mode changed: shutdown tx, reconfigure, startup tx 2016-05-24 01:17:10 +03:00
borti4938
e8c8347496 ALC option 2016-05-24 01:11:37 +03:00
borti4938
c4bb809c3c move setting RGB gain out of tvp_set_alc(): miss leading name, gains set are not part of the Automatic Level Control (ALC) 2016-05-24 00:52:09 +03:00
marqs
119d2fee15 Misc updates and fixes
-add YPbPr input mode for AV1 and AV3
-utilize more remote control keys
-fix sync LFP load from saved setting
-add vsync threshold setting
-add option to reset settings
-refactor some code
2016-05-24 00:35:30 +03:00
marqs
c83653c880 Release 0.69
* Improved remote control handling code
* Fixed occasional mode change loop when switching to a non-interlace mode utilizing odd-field sync signal
* Fixed randomly missing blue channel at power-on when using DVI output mode
* Added H-PLL coast options
* Finer tuning range for scanline strength and mask
2016-04-15 22:05:53 +03:00
marqs
f502b2e46c Release 0.67.
- Code cleanup
- Some project files added
- PAL linetriple added
- FPGA PLL parameters optimized
- Reduced jitter on low video clock sources
2016-03-27 23:09:31 +03:00
marqs
388c464f63 Initial public release (FW 0.64) 2016-02-23 01:03:50 +02:00