Commit Graph

91192 Commits

Author SHA1 Message Date
angelosa
1c691d32c1 funtech/supracan.cpp: hookup select buttons 2024-09-14 00:35:11 +02:00
ArcadeShadow
2b07ef16c9
attache.xml; smc777.xml: Added more accurate soft. list descriptions (#12763)
[attache] Added accent to "Attaché" system.
[smc777] Fixed system name and lowercase on media storage name.
2024-09-13 17:34:37 -04:00
angelosa
132ef55e51 funtech/supracan.cpp: sprite note 2024-09-13 22:13:45 +02:00
angelosa
37f94e11ce funtech/supracan.cpp: implement lineselect for tilemaps 2024-09-13 22:13:45 +02:00
angelosa
8a27f77083 funtech/supracan.cpp: partially fix sprite wraparound for magipool shot power screen 2024-09-13 22:13:45 +02:00
angelosa
290bd77a36 funtech/supracan.cpp: remove sprite DMA hack 2024-09-13 22:13:45 +02:00
hap
c9056398e2 novag*: update company strings 2024-09-13 20:29:39 +02:00
hap
a025faf522 s3c24xx: workaround for array out of bounds compiler warning 2024-09-13 20:29:39 +02:00
Vas Crabb
573695d0a0 -igs: More improvements for IGS 027A-based gambling systems.
* igs/igs027a.cpp: Added output port, and flagged as having imperfect
  timing as confidence in timers is still low.
* igs/igs_m027xa.cpp: Added outputs, second coin slot and clickable
  layout for crzybugs.
* igs/igs_m027.cpp: Added enough inputs to chessc2 to make the game
  playable.

-igs/igs_m027.cpp: Added notes about Oki sample ROM contents, fixed
 extadrw graphics loading and decoding, and corrected years for mgzza
 and extradrw. [David Haywood]
2024-09-14 04:21:00 +10:00
XingXing
1797664a33
igs/igs027a.cpp: Corrected timer interval calculation. (#12759)
Fixes slowdown in jking02.
2024-09-14 00:06:01 +10:00
hap
126e2e3f13 minichess, tschess: change mcu freq to default 400khz,
ticket: re-add destructor
2024-09-13 09:41:56 +02:00
Vas Crabb
403bb21221 -igs/igs027a.cpp: Added 5-bit output port.
-igs/igs_m027.cpp: Started looking at sound banking.
* Hooked up sound banking for jking02, fruitpar and oceanpar.
* Corrected sound samples region tag for l
* Added preliminary sound banking for lhdmg and lhzb3.
2024-09-13 16:01:34 +10:00
Vas Crabb
b970e12f04 igs/igs_m027.cpp: Route lhzb4, mgzz and mgcs3 outputs through I/O ports.
Output routing is different depending on the control panel type for
thesse games, so it needs PORT_CONDITION or it will give a "hopper
empty" error.
2024-09-13 08:20:59 +10:00
Vas Crabb
21a89d5bbd -igs/igs027a.cpp: Started encapsulating IGS 027A onboard peripherals.
-igs/igs_m027.cpp: Improved I/O:
* Hooked up inputs, hopper and counters for mgcs3.
* Hooked up mahjong keyboard for lhzb4.
* Added more RAM for extradrw.

-Bumped GitHub CI to three simuataneous jobs for Windows and Linux -
 this should be OK with 16GB RAM.

-Added out-of-line destructors to various device classes that aren't
 templates and aren't in anonymous namespaces.
2024-09-13 06:30:17 +10:00
angelosa
98d6cb788e funtech/supracan.cpp: sprite mono color goes to 2024-09-12 22:27:35 +02:00
angelosa
813c5fe072 funtech/supracan.cpp: add 128x128 tilemap paging mode, identify a possible RNG register at $e90018 2024-09-12 22:25:52 +02:00
AJR
666278ae60 mos6551: Misc. fixes
- Suppress receiver full and transmitter empty IRQs when disabled by command write
- Add address map for future use
- Correct pin label on diagram

concept: Suppress spurious DCD IRQ by setting grounded modem control lines in machine_start
2024-09-12 16:22:40 -04:00
AJR
000cf3b50e Floppy fixes and refinements
- imagedev/floppy.cpp: Add 3-inch double-sided quad-density format
- oric_microdsk: Add DSQD drives to configuration and enable one by default
- amstrad/pcw.cpp: Upgrade all configurations using double-sided drives to quad density
- bbc_ams3: Make drives single-density since 8271 controller doesn't support MFM
- oric_dsk: Don't blindly trust the number of tracks and sides to be valid
2024-09-12 09:21:26 -04:00
hap
be4fdb9d70 snapquik: fix error popmessage param index 2024-09-12 15:15:33 +02:00
hap
fbe7a1d1a6 scptchess:correct dac polarity 2024-09-12 15:15:33 +02:00
AJR
5ba1819de4 concept_kbd: Misc. fixes 2024-09-12 08:41:28 -04:00
hap
be97216465 concept: correct typo,
igs_m027xa: m_ prefix for class variables,
ticket: remove empty destructor
2024-09-12 11:29:21 +02:00
hap
5a031920f6 scptchess: swap parent/clone sets,
saitek*: small cleanup, update company strings

New working systems
-------------------
Travel Sensor Chess [hap, Sean Riddle]
2024-09-12 11:00:18 +02:00
AJR
5db312e8b6 concept: Correct mistake in last commit regarding IOCINT level 2024-09-11 22:13:38 -04:00
AJR
bbb50f544f concept: Keyboard updates [AJR, Bitsavers]
- Add dump and low-level emulation of keyboard
- Simplify 68000 interrupt handling
2024-09-11 22:09:04 -04:00
ClawGrip
8e6637e17b
Add a Skeleton driver for Sun Microsystems Ultra 45 Workstation (#12709)
New systems marked not working
------------------------------
Sun Microsystems Ultra 45 [Arcade Hacker]
2024-09-11 21:54:33 -04:00
Vas Crabb
8601c5d303 igs/igs_m027.cpp: Added inputs for qlgs. 2024-09-12 05:10:18 +10:00
XingXing
556e0a8451
igs/igs_m027xa.cpp: Fixed communication with sound MCU and improved inputs (#12750) [XingXing] 2024-09-12 05:07:56 +10:00
Vas Crabb
ec2d108178 hash/nes.xml: Fixed indentation. 2024-09-11 15:19:03 +10:00
Mike Swanson
975b7bdfc8
hash/nes.xml: Added 8-bit Xmas 2023 (not working). (#12741)
New software list items marked not working (nes.xml)
---------------------------------------
8-bit Xmas 2023 [retroUSB]
2024-09-11 15:11:30 +10:00
Devin Acker
dfb266a8d9
casio/zoomer.cpp: Emulated Casio/Tandy "Zoomer" PDA. (#12739)
* sound/upd65043gfu01.cpp: Added basic support for NEC uPD65043GF-U01 sound chip.
* casio/zoomer_rtc.cpp: Emulated Zoomer real-time clock chip.
* src/devices/cpu/nec: Don't log message on bus lock by default.

New working systems
----------
Casio / Tandy Zoomer (Z-PDA / Z-7000) [Devin Acker]
2024-09-11 15:05:58 +10:00
mamehaze
b558650344
igs/igs_m027xa.cpp: Copied sound MCU interface and timer logic from igs_fear.cpp, use uploaded XOR tables when available. (#12743) 2024-09-11 14:38:12 +10:00
Mike Swanson
7fdaa03bcf
hash/nes.xml: add three working NES homebrew games (#12742)
New working software list items (nes.xml)
-----------------------------------------
D-Pad Hero (version 1.0)
D-Pad Hero (version 1.1)
D-Pad Hero II
2024-09-10 23:04:08 -04:00
angelosa
46a34c1e7b funtech/supracan.cpp: preliminary window effects, hookup hblank irq 2024-09-10 22:25:49 +02:00
Vas Crabb
239d64d749 igs/igs_m027.cpp: Hooked up hopper for lhzb4. 2024-09-11 05:12:19 +10:00
Vas Crabb
587cb04c27 -igs/igs_m027.cpp: Hooked up I/O for slqz3.
* Also identified a bit more I/O for lhzb4.

-cpu/tlcs900/tmp95c063.cpp: Fixed inadvertenty duplicated lines.
2024-09-11 04:53:30 +10:00
wilbertpol
0c0f349b0c
bus/msx/slot: Use std::unique_ptr instead of std::vector. (#12746) 2024-09-11 04:53:04 +10:00
angelosa
d75b6cd0cb funtech/supracan.cpp: implement linescroll x 2024-09-10 18:58:26 +02:00
wilbertpol
ca1df2fcb2
bus/msx/slot/panasonic08r.cpp: Added MSX Turbo-R internal firmware mapper. (#12737) 2024-09-11 02:08:30 +10:00
ClawGrip
a85e3cbc0f
taito/taito_f2.cpp: Distinguish PuLiRuLa World sets by the board set they work with. (#12745) [Tailsnic Retroworks] 2024-09-11 01:28:09 +10:00
Felipe Corrêa da Silva Sanches
59ac49bce4
cpu/tlcs900: Replaced a number of preprocessor macro constants with enum and constexpr. (#12744) 2024-09-11 01:23:15 +10:00
angelosa
1f06e6bdf5 funtech/supracan.cpp: preliminary cart interface, add NVRAM support for games requiring it 2024-09-10 15:13:32 +02:00
angelosa
55c9a2722e hash/supracan.xml: update QA 2024-09-10 10:46:07 +02:00
angelosa
55de7f05be funtech/umc6619_sound.cpp: add live audio view debugging 2024-09-10 10:21:39 +02:00
angelosa
e7b5daceb8 excellent/lastbank.cpp: hopper hookup 2024-09-10 09:32:56 +02:00
angelosa
052ae1d7d4 excellent/lastbank.cpp: provide GFX ROM for fever13 [Hammy] 2024-09-10 09:31:01 +02:00
Vas Crabb
09c80cf794 -igs/igs_m027.cpp: Hooked up I/O for Fruit Paradise and added layout for (Ocean|Fruit) Paradise.
-emu/ioport.cpp: Made DIP switch location validity errors more precise.
2024-09-10 16:10:03 +10:00
AJR
51e67286b5 igs_m027_link.cpp: Remove 8255 that doesn't seem to exist here 2024-09-09 21:02:33 -04:00
Vas Crabb
b5885b837a igs/igs_m027.cpp: Added support for jking02 36+10 wiring option and clickable layout. 2024-09-10 04:27:44 +10:00
hap
e9b2e7ad70 royalpk2: fix regression with hopper line_r 2024-09-09 17:36:14 +02:00