Cyneprepou4uk
0f6c0bd7f3
Update tracer.cpp
...
не прокатило, возвращаю как было
2022-02-28 14:33:00 +03:00
Cyneprepou4uk
7d530dd936
Update tracer.cpp
...
забыл ;
2022-02-28 14:25:33 +03:00
Cyneprepou4uk
124c95054b
Update tracer.cpp
...
еще одна попытка
2022-02-28 14:21:25 +03:00
Cyneprepou4uk
ab1d6421d0
Update tracer.cpp
...
еще один тест, соединение строк 1000 раз, потом запись одной большой строки
2022-02-28 14:12:54 +03:00
Cyneprepou4uk
229be8eb72
Update tracer.cpp
...
идея к сожалению не прокатила, эмулятор лагает еще больше, возвращаю как было
2022-02-28 02:35:17 +03:00
Cyneprepou4uk
711a3b012c
Update tracer.cpp
...
да работай падла
2022-02-28 02:27:03 +03:00
Cyneprepou4uk
85e14c6a29
Update tracer.cpp
...
еще тест, вроде начинает получаться
2022-02-28 02:23:24 +03:00
Cyneprepou4uk
f95b7012d5
Update tracer.cpp
...
забыл ;
2022-02-28 02:17:24 +03:00
Cyneprepou4uk
660884e37c
Update tracer.cpp
...
пробуем другой варик, без присваивания
2022-02-28 02:17:10 +03:00
Cyneprepou4uk
d00b4447ab
Update tracer.cpp
...
попробуем наоборот, запись строки обратно в массив символов
2022-02-28 02:12:51 +03:00
Cyneprepou4uk
41a0f0721e
Update tracer.cpp
...
видимо проблема была в fputs, который требовала записи char вместо string
2022-02-28 02:07:37 +03:00
Cyneprepou4uk
a0d59b6101
Update tracer.cpp
...
тест очередного посредника
2022-02-28 02:00:21 +03:00
Cyneprepou4uk
fcd4ef28ca
Update tracer.cpp
...
добавление еще одного посредника для конвертации массива символов в строку
2022-02-28 01:56:09 +03:00
Cyneprepou4uk
aad44706ba
Update tracer.cpp
...
может так сработает
2022-02-28 01:47:01 +03:00
Cyneprepou4uk
712901347b
Update tracer.cpp
...
попытка обойтись без посредника bzk_string
2022-02-28 01:37:34 +03:00
Cyneprepou4uk
e1cdd71e80
Update tracer.cpp
...
попытка управлять списком из 1000 строк лога, чтобы делать запись в файл в 1000 раз реже через перебор списка, а не херову тучу раз при появлении новой строки, для теоретического ускорения эмулятора
2022-02-28 01:17:41 +03:00
Cyneprepou4uk
1b2300110f
Merge branch 'TASEmulators:master' into master
2022-02-25 22:47:47 +03:00
mjbudd77
187ee9646c
Bug fix for Qt GUI family keyboard shift key issue. Family BASIC appears to not like when both shift keys are down at the same time. For issue #464
2022-02-24 07:06:14 -05:00
mjbudd77
98f3e57ac2
Bug fix for odd SDL scancode returns in Qt GUI. For issue #464 .
2022-02-23 05:37:23 -05:00
mjbudd77
d767153531
Bug fix for family keyboard mapping of caret character. Fix for family keyboard potential data tearing on key state. For issue #464
2022-02-23 04:55:43 -05:00
mjbudd77
04e39e4fc9
Added logic to Qt key scanner to fix key scancodes for characters that are only accessible via the use of the shift key (dual function keys). Should help issue #464 .
2022-02-21 21:17:01 -05:00
Cyneprepou4uk
6b46061472
Update readme.md
2022-02-15 12:19:07 +03:00
Cyneprepou4uk
318cb5ddc8
Update asm.cpp
...
забыл break
2022-02-14 22:14:23 +03:00
Cyneprepou4uk
5c0b571af7
Update asm.cpp
...
забыл ;
2022-02-14 21:41:58 +03:00
Cyneprepou4uk
9627a7cdfc
Update asm.cpp
...
получение инфы о том, куда будет переход после RTS и RTI
2022-02-14 21:38:37 +03:00
Cyneprepou4uk
f5214f17d3
Merge branch 'TASEmulators:master' into master
2022-02-14 14:30:51 +03:00
Cyneprepou4uk
6af49e9a28
Update debug.cpp
...
фикс номера банка, теперь будет учитываться банк в cpu memory
2022-02-14 14:30:00 +03:00
Alexey 'Cluster' Avdyukhin
8e6d99a1ac
Meta keys combinations fix (win32)
2022-02-13 22:32:05 +03:00
mbudd02
a00ce315b8
Version bump to differentiate interim git from latest release. Bump MacOSX pipeline SDL2 versionto 2.0.20
2022-02-13 08:04:22 -05:00
negativeExponent
c96a802904
Update 8237.cpp ( #457 )
...
Fix incorrect address mask for UNL8237A write registers. The game Lion Kings writes to 0x5010/0x5080.
2022-02-13 14:08:23 +02:00
Cyneprepou4uk
9c92572cbb
Merge branch 'TASEmulators:master' into master
2022-02-11 17:03:21 +03:00
mjbudd77
442f4e8934
Merge pull request #461 from negativeExponent/bus_conflict
...
Only enable bus conflict for submapper 2 (mapper 2, mapper 3)
2022-02-11 07:06:18 -05:00
negative
f7dd4430fb
Only enable bus conflict for submapper 2 (mapper 2, mapper 3)
...
Fix https://github.com/TASEmulators/fceux/issues/460
https://wiki.nesdev.org/w/index.php?title=NES_2.0_submappers#002.2C_003.2C_007:_UxROM.2C_CNROM.2C_AxROM
2022-02-11 19:16:19 +08:00
Cyneprepou4uk
440f83c485
Merge branch 'TASEmulators:master' into master
2022-02-10 05:56:55 +03:00
Alexey 'Cluster' Avdyukhin
0e04da81b3
Fix for release config
2022-02-09 22:04:24 +03:00
Alexey 'Cluster' Avdyukhin
132e062d77
Debugger address validation, fix for #444
2022-02-09 20:06:22 +03:00
mjbudd77
a75c27d517
Removed a couple unused variables from Qt Tas Editor.
2022-02-09 05:44:05 -05:00
mjbudd77
20f852eb26
Set minimum width on misc ROM entry field in iNES header editor for Qt GUI.
2022-02-09 05:23:34 -05:00
mjbudd77
6d942379d6
Bug fix for mapper 16 submapper 4, allow writes to address range 6000 - 600D. For issue #458 .
2022-02-08 19:01:32 -05:00
mjbudd77
2dde684af4
Merge branch 'master' of github.com:TASEmulators/fceux
2022-02-07 18:15:19 -05:00
mjbudd77
c3b8a4b92f
Updated compiler strings for Qt/SDL GUI. Added more detail for msvc and added clang check.
2022-02-07 18:14:55 -05:00
Alexey 'Cluster' Avdyukhin
50ed1b6cfb
Fixed windows debugger bug introduced by commit 129fbe3c32
2022-02-07 07:24:18 +03:00
mjbudd77
fdb9e62192
Updated download links for 2.6.2 release.
2022-02-03 22:10:51 -05:00
mjbudd77
4a482d6133
Update to 2.6.2 press release.
2022-02-03 21:09:32 -05:00
mjbudd77
c685033a13
Updated docs and web pages for upcoming 2.6.2 release.
2022-02-03 20:16:06 -05:00
mjbudd77
7e3191d801
Default disable PPU sprite limit config option to false (Max sprites = 8) for Qt GUI.
2022-02-01 20:36:03 -05:00
mjbudd77
6d35018b9a
Zero MMC5 WRAM size on close.
2022-01-31 21:35:08 -05:00
mjbudd77
2d4fa02bbd
Minor change to MMC5 mapper to only call memory init on WRAM if it exists.
2022-01-31 21:29:46 -05:00
mjbudd77
93f3260a98
Bug fix for VROM size needing to be a power of 2. Fixes issue #455
2022-01-31 21:23:02 -05:00
Cyneprepou4uk
a9c69089d2
Merge branch 'TASEmulators:master' into master
2022-01-31 16:55:38 +03:00