MooglyGuy
16aba349da
-dpb7000: Several tablet-related fixes. [Ryan Holtz] ( #8006 )
...
* The triggering of pen IRQs was slightly incorrect. With this change, the PENTEST utility now correctly reports pen-in-proximity when holding the input to flag it. The pen coordinates are wrong, however, which is expected.
* The serial communication between the tablet board and TDS board was slightly incorrect. After this fix, the values being put into the SIO register by the Z8 correspond 1:1 with the values being received by the SCN2681 DUART.
2021-04-26 16:29:27 -04:00
hap
f9905a5052
lc80: add halt led
2021-04-26 22:15:10 +02:00
hap
21a91c921f
lc80: get rid of memory banking
2021-04-26 21:59:42 +02:00
hap
4338837c11
lc80: use pwm_display for the 7segs
2021-04-26 21:12:40 +02:00
hap
2c1970c349
lc80: get rid of xx_TAG defines
2021-04-26 20:59:39 +02:00
Brian Johnson
8faa79e1c1
upd7220, qx10: Implement display zoom support ( #8004 )
2021-04-26 20:25:46 +02:00
hap
e285c1ccf7
lc80: separate the two sets instead of bios (not identical hardware)
2021-04-26 20:01:35 +02:00
ajrhacker
e2dca2ad74
Merge pull request #8005 from clawgrip/patch-8
...
New WORKING software list addition
2021-04-26 13:28:53 -04:00
ajrhacker
169c46fcd2
Merge pull request #8003 from DavidHaywood/250421
...
fix gigandes sprite offsets (regressed around december)
(cherry picked from commit 73f578124c
)
2021-04-26 18:31:21 +02:00
hap
2e3fdbee03
lc80: move header file into driver
2021-04-26 18:25:18 +02:00
ajrhacker
73f578124c
Merge pull request #8003 from DavidHaywood/250421
...
fix gigandes sprite offsets (regressed around december)
2021-04-26 12:17:50 -04:00
hap
43a85c48ef
risc2500/tasc: remove some unneeded variables
2021-04-26 11:34:50 +02:00
ClawGrip
2edf45bf84
New WORKING software list addition
...
----------------------------
vsmile_cart.xml:
Thomas & seine Freunde - Freunde Halten Zusammen (Germany, alt) [TeamEurope]
2021-04-26 11:02:16 +02:00
hap
82e6b70f5f
stfight: forgot to remove imperfect sound flag from cshootert where 2203 prescaler issue doesnt apply
...
(cherry picked from commit 0996449e35
)
2021-04-26 10:44:47 +02:00
hap
7d03dc280a
risc2500/tasc: mistake in cycle compare
...
(cherry picked from commit eb691627be
)
2021-04-26 10:36:51 +02:00
hap
eb691627be
risc2500/tasc: mistake in cycle compare
2021-04-26 10:36:19 +02:00
Olivier Galibert
279584cf53
cdu75s: Fix minor typo
2021-04-26 10:33:49 +02:00
arbee
f08b0c9c6c
bus/rs232: Preliminary emulation of the Mockingboard D "sound card" for the Apple IIc. [R. Belmont, Apple II Documentation Project]
2021-04-25 22:24:44 -04:00
DavidHaywood
c492ab6204
fix gigandes sprite offsets (regressed around december)
2021-04-25 20:37:15 +01:00
hap
920100dbd2
misc chess drivers: use memory_share_creator instead of bankdev for 8bit nvram
2021-04-25 21:15:17 +02:00
Szunti
b8cb370b74
Save line history for the console and other minor fixes
...
Changed a loadstring to load, since lua 5.3 loadstring is not
available.
Made sure the linenoise thread returns a string.
After Ctrl+D stop reading lines.
2021-04-25 20:43:10 +02:00
Vas Crabb
fbd73c8bf7
docs: Update build requirements for Fedora - someone should do this for other distros.
2021-04-25 23:43:09 +10:00
hap
1933c8582c
ram.cpp: update notes
2021-04-25 12:55:59 +02:00
hap
0996449e35
stfight: forgot to remove imperfect sound flag from cshootert where 2203 prescaler issue doesnt apply
2021-04-25 12:48:14 +02:00
Vas Crabb
7118633dfd
srcclean in preparation for branching release
2021-04-25 14:29:59 +10:00
Robbbert
0072a83aed
New working software list additions
...
-----------------------------------
TRS-80 Marquee (L1)
MicroChess 1.5 (L1)
Haunted House (L1)
Invasion Force (L1)
Quick Watson (L1)
Flying Saucers (L1)
2021-04-25 12:05:57 +10:00
Szunti
2db86e2e9c
Add a couple error messages to emu.thread.
...
Also changes exit(0) when the script of the thread returns non-string
to an error message instead. exit stops the whole process not just the
thread.
2021-04-25 03:22:01 +02:00
RobertoFresca
10a2b1b9f6
Worked proper inputs for system 905: Cal Omega - Game 17.2 (Double Double Poker).
...
The game was promoted to WORKING.
Machines promoted to working
----------------------------
Cal Omega - Game 17.2 (Double Double Poker). [Roberto Fresca, Grull Osgo]
2021-04-25 02:51:33 +02:00
RobertoFresca
db9e4f9449
calomega.cpp general improvements... [Roberto Fresca, Grull Osgo]
...
- The PIAs set for each MACHINE_CONFIG were made independent.
- All the PIAs lines were adapted according to the needs of each platform.
- All the interrupts were set/placed as indicated in the schematics (903/905).
- A global hopper was added, currently assigned to platform 906-III,
but it can be used by other platforms.
- Worked proper inputs for system 903: Cal Omega - Game 15.7 (Double-Draw Poker).
The game was promoted to WORKING.
- Worked proper inputs for system 905: Cal Omega - Game 15.9 (Wild Double-Up).
The game was promoted to WORKING.
Machines promoted to working
----------------------------
Cal Omega - Game 15.7 (Double-Draw Poker). [Roberto Fresca, Grull Osgo]
Cal Omega - Game 15.9 (Wild Double-Up). [Roberto Fresca, Grull Osgo]
2021-04-25 01:17:47 +02:00
Sandro Ronco
96247d322c
-cpu/score: Added bittgl! opcode.
...
-debuggdbstub.cpp: add score7 registers map.
2021-04-24 23:46:48 +02:00
arbee
e7d317c44a
apple2gs: fix $C02E vertical counter readback, corrects hang in ShowMe NDA. [R. Belmont]
2021-04-24 16:14:03 -04:00
Sandro Ronco
92213dbdab
cpu/score: performance optimization.
2021-04-24 21:53:52 +02:00
Sandro Ronco
eca0324682
aristmk5.cpp: convert to use IOC and MEMC devices.
2021-04-24 20:48:26 +02:00
hap
3b4cf940ce
pwm.h: missed one sync()
2021-04-24 18:59:33 +02:00
hap
272003ce8f
stfight: move ym2203 prescaler to driver init since cshootert doesn't need it
2021-04-24 18:07:33 +02:00
Robbbert
054a467199
apple2_flop_orig.xml: fixed 3 validation errors
2021-04-25 01:37:51 +10:00
Dirk Best
c8a03b0457
basf7100: Add softlist, map more keys, mark working
2021-04-24 17:35:04 +02:00
Robbbert
61a464ce41
New working software list additions
...
-----------------------------------
Frogger
Android Nim
Meteor Mission 2
LDOS 5.3.1
Lensman/DOS
TRSDOS 6.21
CP/M 2.2
2021-04-25 01:28:44 +10:00
hap
31f42b1f24
mmboard: shorthand variable types
2021-04-24 16:45:48 +02:00
hap
0c3cd2504b
mmdisplay2: hd44780_device is not optional_device
2021-04-24 16:40:38 +02:00
Vas Crabb
4e6cea2f8f
util/cdrom.cpp: Disable debug log message when parsing TOC.
...
Also some miscellaneous cleanup/consistency.
2021-04-24 23:53:04 +10:00
hap
77462451e7
mmdisplay1 layouts: small tweak
2021-04-24 15:42:20 +02:00
hap
ef0f333501
t6963c: increase default contrast a bit
2021-04-24 12:27:33 +02:00
hap
27eaa91cb1
pwm_display: remove the need to manually call update
2021-04-24 12:14:34 +02:00
Firehawke
17662b19eb
One more Apple software list update for this month's release ( #8000 )
...
* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------
Sidewalk Sneakers [4am, Firehawke]
Animal Rescue [4am, Firehawke]
Mickey's Magic Reader [4am, Firehawke]
Modern Biology: Genetics [4am, Firehawke]
2021-04-23 22:18:15 -07:00
David Haywood
18ead2f86f
tweaks to the funkyjet addition, also apply single pixel video offset to match hardware ( #7996 )
2021-04-24 02:23:03 +02:00
hap
f14602896d
mephisto_mondial family: make white in artwork a bit less bright
2021-04-24 01:20:15 +02:00
hap
78c2a4091e
saitek_risc2500: update internal artwork
2021-04-24 01:04:30 +02:00
cracyc
85b9bcd670
plugins/cheat: fix regions in xml cheats too
2021-04-23 16:58:47 -05:00
Szunti
bf21508faa
Fix XML cheats which use multiple spaces. ( #7998 )
2021-04-23 16:56:21 -05:00