Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | es5503: fix interpretation of oscillator enable register. (GitHub bug #9045) ↵ | 2022-01-06 | 1 | -5/+8 | |
| | | | | [R. Belmont] | ||||
* | More #include future-proofing | 2022-01-06 | 1 | -0/+1 | |
| | |||||
* | apple2: Added support for the ProDOS ROM Drive card. [R. Belmont] | 2022-01-04 | 3 | -0/+143 | |
| | |||||
* | 315-5641.cpp: assign proper copyright credit | 2022-01-04 | 2 | -2/+2 | |
| | |||||
* | Future-proofing by using correct #include for SOFTWARE_LIST device | 2022-01-03 | 20 | -9/+23 | |
| | |||||
* | qbus device: DVK KGD framebuffer (#9058) | 2022-01-03 | 3 | -0/+230 | |
| | |||||
* | Fix 64-bit OP_TEST UML instruction for C backend (balrog) | 2022-01-01 | 1 | -1/+1 | |
| | |||||
* | ctk551: minor I/O corrections (#9076) | 2021-12-31 | 2 | -3/+9 | |
| | |||||
* | new NOT WORKING machines [David Haywood] (#8976) | 2021-12-31 | 3 | -9/+109 | |
| | | | | | | | | | | * new NOT WORKING machines --------------- Dig Dug (mini arcade) [Sean Riddle, Kamaal Brown] Spy Hunter (mini arcade) [Sean Riddle, Kamaal Brown] Galaga (Tiny Arcade) [Sean Riddle] Turtle Fighter (Tiny Arcade) [Sean Riddle] Galaga (mini arcade) [Sean Riddle, Kamaal Brown] Tetris (miini arcade) [Sean Riddle, Kamaal Brown] | ||||
* | Move filesystem library into separate namespace and use shorter uX type ↵ | 2021-12-31 | 5 | -18/+18 | |
| | | | | names there | ||||
* | bus/nes: Added support for multicart board FAM250. (#9071) | 2021-12-30 | 6 | -5/+106 | |
| | | | | | New working software list additions (nes.xml) ----------------------------------- 250 in 1 [krzysiobal] | ||||
* | Render-related cleanup | 2021-12-30 | 1 | -0/+1 | |
| | | | | | | | - Undo inclusion of screen.h within render.h and update many source files that were stealth-including the former - Move texture_format enum to rendertypes.h - rendlay.h: Make a few methods static - ui/info.cpp: Use C++11-style iteration for render targets | ||||
* | upd765: improve SRA and SRB emulation; add DP8473 reset irq (#9062) | 2021-12-30 | 2 | -4/+35 | |
| | |||||
* | Add PCH to bus/a2bus/cards.cpp (fix GitHub #9057). | 2021-12-30 | 1 | -0/+1 | |
| | |||||
* | h8_sci_device: don't set TDRE when receiving (#9051) | 2021-12-27 | 1 | -1/+0 | |
| | |||||
* | im05: simpler implementation | 2021-12-27 | 1 | -3/+3 | |
| | |||||
* | srcclean, remove a vestigial thing, and a little cleanup | 2021-12-26 | 14 | -229/+229 | |
| | |||||
* | Revert "gb.cpp: Improved MBC3 RTC handling. (#9035)" | 2021-12-26 | 2 | -107/+32 | |
| | | | | | | | This reverts commit 76152ba35ecbf68bdac14e3aae75ea23b4529092. Real-time clock devices need to use device_rtc_interface, not ad-hoc solutions. | ||||
* | -bus/nes_ctrl: Added support for Famicom Turbofile backup RAM. (#9034) | 2021-12-26 | 5 | -2/+203 | |
| | | | -nes.xml: Corrected Metroid release year. | ||||
* | gb.cpp: Improved MBC3 RTC handling. (#9035) | 2021-12-24 | 2 | -32/+107 | |
| | |||||
* | Added preliminary TS-Configuration for ZX Evolution driver. (#8989) | 2021-12-25 | 4 | -0/+348 | |
| | | | | | New machines marked as not working ------------------------- NedoPC, TS-Labs ZX Evolution TS-Configuration | ||||
* | -emu/render.cpp: Get the initial view check off the hot path (fixes MT08159). | 2021-12-24 | 5 | -226/+234 | |
| | | | | -Tidied up a few things, reduced bloat in a few more slots layouts. | ||||
* | BQ4847: added BQ4845 device type which uses an external crystal, added wdo ↵ | 2021-12-23 | 4 | -376/+308 | |
| | | | | output in addition to rst output, save internal registers instead of user buffer, do not update internal date/time at startup if STOP flag is set, copy internal date/time into user readable registers at startup, set hour correctly at startup if in 12 hour mode, remove unused bcd validation code, fix leap year detection, fix alarm, mask all registers on read, changed wdi to a write line, derive timing from device clock, added missing state save, implement default region [smf] | ||||
* | bus/nes_ctrl: Added a SNES controller port adapter. (#9027) | 2021-12-22 | 6 | -11/+132 | |
| | |||||
* | sm511: assume that divider reset is same as sm510 | 2021-12-21 | 4 | -9/+1 | |
| | |||||
* | bus/nes: Added support for multicart board JY012005. (#9022) | 2021-12-21 | 6 | -3/+85 | |
| | | | | | New working software list additions (nes.xml) ----------------------------------- 1998 Super HiK 8 in 1 (JY-021B) [MLX] | ||||
* | bus/nes_ctrl: Minor cleanup for Konami Hyper Shot controllers. (#9023) | 2021-12-21 | 2 | -42/+23 | |
| | |||||
* | bus/nes_ctrl: Updated mahjong controller based on hardware info. (#9024) | 2021-12-21 | 3 | -42/+46 | |
| | | | | | | | * bus/nes_ctrl: Updated mahjong controller base on hardware info. - Fixed reversed Start and Select buttons. - Added more labels to the multi-use buttons. * emu/inpttype.ipp: Added player 3 and player 4 mahjong input types. | ||||
* | sm510: fix wakeup after CEND, reorganize files a bit | 2021-12-21 | 19 | -488/+544 | |
| | |||||
* | cga: Remove leftover debugging printf | 2021-12-20 | 1 | -1/+0 | |
| | |||||
* | midiin_device: handle channel remapping at playback time instead of load ↵ | 2021-12-19 | 2 | -15/+19 | |
| | | | | time, also small fix to sysex event parsing (#9019) | ||||
* | besta: Converted to VME device. (#9008) | 2021-12-20 | 2 | -0/+388 | |
| | |||||
* | bus/nes: Removed duplicate board and mapper assignment. (#9012) | 2021-12-20 | 8 | -80/+9 | |
| | | | BMC-810544-C-A1 and NTDEC 2746 are the same thing. | ||||
* | fds: Fixed IRQ regression + IRQ timer improvements. Fixes MT8041. (#9010) | 2021-12-18 | 2 | -15/+44 | |
| | | | | | * fds: Fixed IRQ regression + IRQ timer improvements. Fixes MT8041. * fix typo | ||||
* | Z80 CTC ZC/TO goes high for one clock cycle [smf] | 2021-12-17 | 2 | -3/+12 | |
| | |||||
* | mn1880: Fix ASR carry calculation | 2021-12-17 | 1 | -11/+6 | |
| | |||||
* | a2bus: add support for the Grafex-32 uPD7220 video card [Rob Justice, R. ↵ | 2021-12-16 | 3 | -0/+161 | |
| | | | | Belmont] | ||||
* | a2bus: consolidate card lists to clean up the drivers. [R. Belmont] | 2021-12-16 | 2 | -0/+319 | |
| | |||||
* | -Updated translations: | 2021-12-17 | 1 | -2/+2 | |
| | | | | | | | | * Chinese (Traditional and Simplified) [YuiFAN] * Czech [Milan Galcik] * Slovak [Milan Galcik] -Cleaned up a few trivial things. | ||||
* | isa wyse700: Make it not completely crash | 2021-12-16 | 4 | -7/+15 | |
| | |||||
* | gt913: minor cleanup (#8985) | 2021-12-14 | 2 | -9/+9 | |
| | |||||
* | gt913: fix single-driver build, fix invalid Unicode character. [R. Belmont] | 2021-12-14 | 1 | -8/+8 | |
| | |||||
* | Revert "Revert "ctk551: implement sound, promote to working (#8960)" ↵ | 2021-12-14 | 6 | -93/+322 | |
| | | | | | (#8980)" (#8982) This reverts commit 04c0b4fbb283783905b6350a879bcbf2fbc604c0. | ||||
* | Revert "ctk551: implement sound, promote to working (#8960)" (#8980) | 2021-12-14 | 6 | -322/+93 | |
| | | | This reverts commit 7ce27dadde9c2ad7f8b75e963bae8f47638d054d. | ||||
* | a2eramworks3: chmod -x file | 2021-12-14 | 1 | -0/+0 | |
| | |||||
* | bus/nes: Added support for TF2740 related multicart boards. (#8925) | 2021-12-14 | 6 | -4/+108 | |
| | | | | | | | | | New working software list additions (nes.xml) ----------------------------------- 10000000 in 1 (KB46) [Consolethinks, Nikolka] 14 in 1 (FL-14A) [Consolethinks, Nikolka] 158 in 1 (AB-5027) [Consolethinks, Nikolka] 40 in 1 (110-05) [Consolethinks, Nikolka] 9999 in 1 (108-03) [Consolethinks, Nikolka] | ||||
* | Atari Lynx emulation updates (#8931) | 2021-12-14 | 2 | -0/+627 | |
| | | | | | | | | | | | | * Atari Lynx emulation updates - Use memory_view for address mapping - Support variable framerate, Fix screen overscan (102 visible + 3 blank lines) - Fix collision handling (possibly copy-paste error?) - Reduce unnecessary shared pointers, Some duplications - Use inlines values for bit flags - Add support for variable page size for cartridge, AUDIN pin for bankswitch - Add hardware notes, Initialize values - Fix namings, Fix spacings, Use shorter/correct type values - Move lynx sound functions into device/sound/lynx.*, Fix sound pitch (input clock related) | ||||
* | bus/nes_ctrl: Updated Partytap controller. (#8943) | 2021-12-14 | 2 | -40/+22 | |
| | | | * bus/nes_ctrl: Updated Partytap controller. Project Q now detects the controller and inputs work. | ||||
* | bus/nes_ctrl: Revised Bandai Hyper Shot to only use exp port calls. (#8947) | 2021-12-14 | 2 | -13/+15 | |
| | | | | | | * bus/nes_ctrl: Revised Bandai Hyper Shot to only use exp port calls. - Also corrected Space Shadow mirroring. Now game properly blanks background every other frame. - Use %p player specifier for B button. - Use helper function for writing strobe bit | ||||
* | ctk551: implement sound, promote to working (#8960) | 2021-12-14 | 6 | -93/+322 | |
| |