Commit Graph

85740 Commits

Author SHA1 Message Date
Ivan Vangelista
1b35c0b9a5 atari\offtwall.cpp, atari\orbit.cpp, atari\poolshrk.cpp, atari\rampart.cpp, atari\relief.cpp, atari\shuuz.cpp, atari\skullxbo.cpp: consolidated drivers in single files 2023-02-13 17:03:36 +01:00
Patrick Mackinlay
332c4ebefd ncr53c90: trigger function complete interrupt on disable selection command 2023-02-13 15:35:31 +07:00
Patrick Mackinlay
f63f167645 tp881v: update notes 2023-02-13 15:33:51 +07:00
Patrick Mackinlay
b5c15b8a2c mc88200: improve initial mapping logic 2023-02-13 15:32:29 +07:00
AJR
17080d3d93 d88_dsk.cpp, dsk_dsk.cpp: Mitigate against rot in legacy floppy code 2023-02-12 19:50:35 -05:00
AJR
0341f8ee4c xmlfile.cpp: Replace implementation of normalize_string with similar one in infoxml.cpp that returns a new std::string instead of a static buffer 2023-02-12 19:16:07 -05:00
AJR
b952a5dde6 validity.cpp: Be a bit more paranoid with null pointer checks; also disallow empty strings in BIOS definitions 2023-02-12 19:12:49 -05:00
AJR
d791aecebd thedealr: Identify memory reset input as such 2023-02-12 16:44:02 -05:00
AJR
3266d4ef37 debughlp.cpp: Use ovectorstream instead of static char array and sprintf 2023-02-12 15:36:45 -05:00
Ivan Vangelista
f742bef06a - sega/model2.cpp: Added Sega game ID # and ROM board ID # for Daytona USA (Revision A) [Brian Troha]
- dataeast/scregg.cpp: Corrected ROM labels for Eggs (USA) and documented BPROM type [Brian Troha]
2023-02-12 21:19:29 +01:00
cracyc
3439f20117 m20: fix vram 2023-02-12 11:32:08 -06:00
Dirk Best
4938e3bc33 New working software list items
-------------------------------
amiga_workbench: Workbench 1.3.3 (UK) [fsck.technology]

Also rename Workbench entries from wbenc* to the much more common wb*
2023-02-12 16:16:36 +01:00
Ivan Vangelista
9625e18958 atari/skydiver.cpp, atari/sprint4_a.h: a couple more cleanups 2023-02-12 08:42:43 +01:00
cracyc
397cc6b217 i386: add fxsave and fxstor 2023-02-11 19:26:01 -06:00
AJR
0ad3bf7c04 unzip.cpp: Minor logging improvement 2023-02-11 19:38:34 -05:00
Vas Crabb
c8679e65b6 msx1_cart.xml: If one ROM in an area needs a loading offset, put an offset on all ROMs in the area. 2023-02-12 08:33:55 +11:00
wilbertpol
2afd1bf48e
msx1_cart.xml: Hexadecimal sizes, explicitly configure loading for smaller images, add information and usage notes. (#10883)
* Use hexadecimal sizes.
* Added a feature to explicitly indicate where in memory cartridges without mappers should be loaded.
* Updated serial, isbn, gtin, and usage notes.
* Updated versions in Arabic releases and added Arabic alt_titles.
2023-02-12 08:24:12 +11:00
Vas Crabb
6f93428f96 -osd/windows/winutil.cpp: Better way to get module handle.
* This was leftover support for Windows 2000 and earlier that hadn't
  been cleaned up.

-atari: Don't forget your #include guards!
2023-02-12 05:09:14 +11:00
987123879113
fd6c192c2e
-machine/ncr53c90.cpp: Fixed issues with DMA transfers. (#10870)
* Also added NCR53CF96 device as an alias.

-nscsi/cd.cpp: Handle larger INQUIRY sizes (Solaris 2.6 requests 48 bytes).
2023-02-12 05:06:59 +11:00
Ivan Vangelista
228d08d486 capcom/tigeroad.cpp: verified ROMs/PROM dumps, dumped PLDs, corrected clocks and ROM labels for pushman [f205v] 2023-02-11 14:29:27 +01:00
holub
7c0ebc8759
amstrad.cpp: palette fix (MT08506) (#10887) 2023-02-11 12:48:21 +01:00
hap
8906b55ab5 the other usgames: add "corporation" to companyname 2023-02-11 12:42:06 +01:00
Ivan Vangelista
b979fc8858 New working clones
------------------
Ms. Pac-Man ('Made in Greece' Enavi bootleg) [H4M573R]
2023-02-11 09:22:44 +01:00
hap
8efc3d218d usgames: add "inc" to companyname 2023-02-11 01:16:32 +01:00
Ivan Vangelista
3d696d6e3d New working clones
------------------
Games V25.1 [Brian Troha, The Dumping Union]

- misc/usgames.cpp: Identified the Play and the Cancel buttons [Brian Troha]
2023-02-10 23:50:03 +01:00
Ivan Vangelista
f032c9ed3e atari/skydiver.cpp, atari/skyraid.cpp, atari/sprint2.cpp, atari/sprint8.cpp, atari/starshp1.cpp, atari/subs.cpp, atari/tank8.cpp, atari/thunderj.cpp: consolidated drivers in single files
Diffstat
2023-02-10 23:30:25 +01:00
cracyc
a924a9a5d5 z8000: fix m20 word io writes 2023-02-09 12:14:55 -06:00
Ivan Vangelista
ab56f7de85 atari/toobin.cpp, atari/triplhnt.cpp, atari/tunhunt.cpp. atari/videopin.cpp: consolidated drivers in single files 2023-02-09 18:05:45 +01:00
Patrick Mackinlay
2f30101bbd Revert "i8255: update interrupt state with acknowledge/strobe inputs"
This reverts commit 80e0114cc4.
2023-02-09 14:43:46 +07:00
hap
96e8ea4ddb regence: add power-off nmi 2023-02-08 20:18:03 +01:00
Ivan Vangelista
ffc3454fb9 atari/ultratnk.cpp, atari/vindictr.cpp, atari/xybots.cpp: consolidated drivers in single files 2023-02-08 18:04:18 +01:00
Brian Johnson
5f85581eb7
bus/nabupc: Added hard disk controller card. (#10880) 2023-02-09 01:55:55 +11:00
Vas Crabb
7245878a94 Miscellaneous cleanup:
* Got rid of a few more unnecessary uses of simple_list.
* bus/amiga/zorro: Got rid of a pointer member that would make adding
  save state support unnecessarily difficult.
* nichibutsu/cop01.cpp: Remove need to remove devices from machine
  config.
2023-02-09 01:49:46 +11:00
ClawGrip
cb56ff1b58
megaphx.cpp: Added ASCII PCB diagrams and placeholders for PLDs on YoYo Spell. (#10881) 2023-02-09 01:39:43 +11:00
Patrick Mackinlay
4c512e6ed9 New systems marked not working
------------------------------
Tadpole Technology TP881V [Plamen Mihaylov]
2023-02-08 18:40:24 +07:00
hap
d5ed519910 New working software list items
-------------------------------
ggm: Gruenfeld Edition: Master Chess Openings, Odin Edition: Master Reversi [Berger]
2023-02-08 00:24:48 +01:00
Brian Johnson
1dfeb9b6a4
misc/nabupc.cpp: Add three additional BIOS options. (#10877)
* Two 4K ROMs (ver 14 and ver 17), which support floppy and hard disk booting.
* One new 8K ROM (ver 29), which supports floppy and hard disk booting.
2023-02-08 06:06:58 +11:00
Ivan Vangelista
fc0092e82b - nichibutsu/clshroad.cpp, nichibutsu/cop01.cpp, nichibutsu/magmax.cpp, nichibutsu/seicross.cpp: consolidated drivers in single files
- misc drivers: used standard ROM loading macros
2023-02-07 19:48:35 +01:00
Ivan Vangelista
e8533db852 New working clones
------------------
Find Out (Version 4.04, set 2) [f205v, The Dumping Union]
2023-02-07 06:16:04 +01:00
AJR
c3788fd227 m3002: Fix leap year determination 2023-02-06 22:30:47 -05:00
AJR
090554f933 rtc9701: Use device_rtc_interface for system time acquisition 2023-02-06 22:30:30 -05:00
Massimiliano Zattera
a95d1fae8b
Fixed VIA_IFR write (#10875)
These 3 datasheets:

http://archive.6502.org/datasheets/mos_6522_preliminary_nov_1977.pdf
http://archive.6502.org/datasheets/synertek_sy6522_via_1978_jan.pdf
http://archive.6502.org/datasheets/rockwell_r6522_via.pdf

state that:

The IFR bit 7 is not a flag. Therefore, this bit is not directly cleared by writing a
logic 1 into it. It can only be cleared by clearing all the flags in the register or by
disabling all the active interrupts as discussed in the next section.

but this is what current code does. If more updated datasheets are available, please share the links.
2023-02-06 17:40:35 +01:00
ClawGrip
3ba514997c
galaxian/galaxian.cpp: Dumped and added a new Spanish Moon Cresta bootleg. (#10876)
Not working due to failing program ROM.

New NOT_WORKING clone
----------------------------
Mutacion (Explomatic Spanish Moon Cresta bootleg) [Recreativas.org]
2023-02-07 02:35:19 +11:00
ClawGrip
b4e67abe6f
misc/opercoin.cpp: Dumped and added an Oper Coin slot machine. (#10874)
New NOT_WORKING machine
-----------------------------------------
Super Pirulo [jordigahan, ClawGrip]
2023-02-07 02:29:31 +11:00
cracyc
b4732de782 i386: emms should trap too 2023-02-06 09:00:39 -06:00
Patrick Mackinlay
241cdf4fea 3c505: avoid excessive 82586 resets 2023-02-06 12:11:37 +07:00
Patrick Mackinlay
69047f58e2 am9516: start dma cycle after chain on hardware request 2023-02-06 12:09:46 +07:00
ArcadeShadow
48d9171850
ibm5170_cdrom.xml: 25 New working software list additions (#10871)
Alien Incident (Europe, v1.01) [redump.org]
Alone in the Dark (Europe) [redump.org]
Alone in the Dark (Europe, rev. 1) [redump.org]
Alone in the Dark (Europe, Pay as You Play version, CD-ROM User) [redump.org]
Alone in the Dark (Europe, Pay as You Play version, PC Power) [redump.org]
Alone in the Dark 2 (Europe) [redump.org]
Alone in the Dark 2 (Europe, English only) [redump.org]
Alone in the Dark 2 (France) [redump.org]
Beneath a Steel Sky (USA, Slash release) [redump.org]
Epic Pinball (Europe, Romware release) [redump.org]
Epic Pinball (USA, Mail Order release) [redump.org]
Formula One Grand Prix (Netherlands) [archive.org]
Gobliiins (Italy, Collezione Cd-Rom) [redump.org]
Gobliiins (USA, Sierra Originals release) [redump.org]
Goblins 3 (Europe, Sierra Originals release) [redump.org]
Goblins 3 (Italy, Collezione Cd-Rom) [redump.org]
Gods (Europe) [redump.org]
Indiana Jones and the Last Crusade (Europe) [redump.org]
Leisure Suit Larry in the Land of the Lounge Lizards (USA, SierraOriginals release) [redump.org]
PC Rally (Europe) [redump.org]
Prince of Persia 2 - The Shadow and the Flame (France) [redump.org]
Pyrotechnica (USA) [redump.org]
Soccer Kid (Europe) [redump.org]
Where in Space is Carmen Sandiego? (USA, Deluxe Edition) [redump.org]
Wrath of the Demon (USA) [redump.org]
2023-02-05 17:02:46 -05:00
Vas Crabb
7bf3044c32 cpu/arcompact: Cleanup:
* Moved common instruction field accessors used by the CPU core and
  disassembler to a shared base class and made them constexpr.
* Got the inline member functions bodies file out of the public CPU
  header so they aren't pulled in by everything using it.
* Got most of the disassembler handler declarations out of the public
  header so they can be changed withut excessive recompiling.
2023-02-06 07:51:29 +11:00
David Haywood
7bf6964388
-cpu/arcompact: Rewrote core. (#10808)
* Split into files by opcode encode type/group.
* Refactored out macros.
* Added additional opcodes.
* Added interrupt logic.
* Added stub handlers for used but unknown opcodes.

-leapfrog/leapster.cpp updates:
* Put some data uploaded by the leapster BIOS somewhere for debugging purposes.
* Removed a read handler that was only there because of previous bad handling.
* Noted some used Leapster side addresses.
2023-02-06 05:15:25 +11:00