Commit Graph

75804 Commits

Author SHA1 Message Date
Robbbert
0d0175f59f pcd: added control, shift, break natural keys 2020-09-19 17:46:41 +10:00
Vas Crabb
31f12709ad Clean up some more layouts. 2020-09-19 12:32:41 +10:00
arbee
5649a74f63 apple2gs: cleaned up VGC interrupt registers, fixes music tempo and hang on death in Rastan [R. Belmont] 2020-09-18 20:35:20 -04:00
hap
6274a353af distate: remove unused variable 2020-09-18 22:20:08 +02:00
Robbbert
28858a6613 pc1512: fixed a few natural keys 2020-09-19 03:13:33 +10:00
couriersud
0348faf9ae
Merge pull request #7214 from Lord-Nightmare/master
netlist: devices for MCM14524, CD4029, CD4030, CD4042, CD4049, CD4076 [Lord Nightmare]
2020-09-18 18:44:58 +02:00
Aaron Giles
37e3cd01c2 i5000/ics2115/iopspu/iremga20: update to new stream callbacks 2020-09-18 09:05:49 -07:00
Lord-Nightmare
a5879b9750 Fix a minor error in the CD4076 netlist library device implementation definition. 2020-09-18 11:19:47 -04:00
couriersud
ed6900b990
emscripten: netlist and OpenGL improvements. (#7254)
* Most OpenGL link issues fixed. Two remain from drawogl.cpp.
    This isn't working anyhow.
* "-video accel" now uses WebGL. This allows GL based scaling and
    provides a performance improvement.
* Fixed pong and other games by adding another function to the
    exception whitelist
* Target now is mame.html. This allows emrun to be used for testing.
    mame.js is created as well and thus the current behaviour
    unchanged.
2020-09-18 23:06:48 +10:00
Dirk Best
ea81611ece in207100: Get something on screen 2020-09-18 13:09:13 +02:00
Erwin Jansen
963135db2a
Add MDCR support to P2000m (#7253)
The P2000M shipped with an MDCR as well. We now turn the MDCR into
a required device and initialize it for the M model as well.

This fixes a nullptr exception upon access of ports 0x10, 0x20.

Includes a fix to reset the phase decoder when the end of tape signal is
raised.

We now properly detect presence of a tape, and whether or not it is
write enabled.

Test: Official maintenance module ROM status test succeeds.
2020-09-18 20:53:06 +10:00
hap
741f9b20d6 ssystem3.lay: retry fix regression due to missing state=0 (previous didn't work on bgfx) 2020-09-18 12:33:10 +02:00
hap
c2ffdaf80e ssystem3.lay: fix regression due to missing state=0 2020-09-18 12:16:28 +02:00
Vas Crabb
23a24fbc2c videopkr.cpp: Clean up layouts and make layouts clickable for poker and slots games. 2020-09-18 19:30:27 +10:00
Vas Crabb
81955da03e Cleaned up some more layouts, made videopkr/fortune1 layout clickable 2020-09-18 18:53:14 +10:00
Aaron Giles
6393905019 gaelco/gb/hc55516/huc620: update to new stream callback 2020-09-18 01:09:47 -07:00
Aaron Giles
13dca24929 esqpump: missed change 2020-09-17 22:32:33 -07:00
Aaron Giles
acd6195487 flt_rc/flt_vol: update to new stream callbacks 2020-09-17 22:27:31 -07:00
Vas Crabb
b506c0a7a1 Patch up a few more layouts 2020-09-18 14:24:15 +10:00
Aaron Giles
54beaa97ff es1373/es5503/es5506/esqpump: update to new stream callbacks 2020-09-17 20:41:21 -07:00
Firehawke
594d58d6a2
Merge pull request #7252 from Firehawke/master
More Apple II stuff for September 2020..
2020-09-17 19:58:19 -07:00
Lord-Nightmare
bff0710c57 Netlist devices for MCM14524, CD4029, CD4030, CD4042, CD4049, CD4076 [Lord Nightmare] 2020-09-17 22:56:49 -04:00
Firehawke
b8084d0773
New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

BattleTech: The Crescent Hawk's Inception [4am, Firehawke]
Voodoo Island [4am, Firehawke]
Forbidden Castle [4am, Firehawke]
The American Challenge: A Sailing Simulation [4am, Firehawke]
The Mist [4am, Firehawke]
Bop 'N Wrestle [4am, Firehawke]
Bank Street Storybook (Version 1.2) [4am, Firehawke]
Crossword Magic (Version 4.0) [4am, Firehawke]
Riddle Magic [4am, Firehawke]
Apventure to Atlantis [4am, Firehawke]
Mummy's Curse [4am, Firehawke]
Mission on Thunderhead [4am, Firehawke]
Space Rogue [4am, Firehawke]
2020-09-17 19:43:11 -07:00
Firehawke
02ff9859ed
Merge pull request #7251 from Firehawke/master
Docs adjustments.
2020-09-17 19:09:31 -07:00
Firehawke
d6a71a9db9
Remove VRR statement until it can be retested. 2020-09-17 19:06:43 -07:00
cam900
fb80955800 prehisle.cpp: Fix priority, Add notes for romanization 2020-09-18 10:19:56 +10:00
arbee
4f687f5ce9 6522via: port B special modes are only on write, not read [Rob Justice] 2020-09-17 20:01:53 -04:00
Aaron Giles
a7b46d0428 dmadac/dspv: update to new stream callbacks 2020-09-17 13:46:55 -07:00
Aaron Giles
aba8c220e8 sound: Some optimizations for common cases
* Reuse resamplers if routing the same output to multiple targets at the same rate
* Avoid copying when there's only one stream going through a mixer
2020-09-17 13:45:13 -07:00
couriersud
ec742d3eda netlist: emscripten can not use specialization efficiently.
* Consequently prefer to save on compile time and size.
2020-09-17 19:45:24 +02:00
couriersud
e62e2d759b netlist: optimize headers.
* where possible rely on forward declarations to optimiuze compile time.
2020-09-17 19:45:10 +02:00
couriersud
c127811083 netlist: Move ICL8038_DIP and NE556_DIP to core.
* Remove code duplication.
2020-09-17 19:44:51 +02:00
Robbbert
f51f5002a8 kaypro: fixed '!' natural key 2020-09-18 02:37:13 +10:00
AJR
069511dace New machines marked as NOT_WORKING
----------------------------------
Roland JD-800 Programmable Synthesizer [DBWBP]
2020-09-17 12:28:53 -04:00
AJR
cbd3b638c1 Fix clang error: using integer absolute value function 'abs' when argument is of floating point type [-Werror,-Wabsolute-value] 2020-09-17 12:26:26 -04:00
Robbbert
37507e8ebe k7659kb: fixed some natural keys 2020-09-18 02:10:44 +10:00
Robbbert
76c563cfa7 dmv: fixed various natural keys 2020-09-17 23:35:28 +10:00
Robbbert
870204c25b news: hopefully fixed the build 2020-09-17 23:21:35 +10:00
Robbbert
d8402c0671 rainbow: fixed < > natural keys 2020-09-17 22:52:01 +10:00
Dirk Best
3f0562be18 in207376: Fix NMI hookup [Dirk Best, charcole] 2020-09-17 14:23:15 +02:00
Patrick Mackinlay
eb3d3ccb50 machine.lua: revert unwanted addition 2020-09-17 19:09:37 +07:00
Patrick Mackinlay
4b9cef80f2 news_68k: incorporate dmac changes
* NEWS-OS now boots and runs in serial console mode
2020-09-17 19:06:09 +07:00
Patrick Mackinlay
245c0b06b2 dmac_0266: fixes and a hack
* changed handlers to reflect documented names
* removed non-existant interrupt output
* corrected number and width of map entries
* added a hack to allow NEWS-OS to boot
2020-09-17 19:05:13 +07:00
Robbbert
fdac683d9a compis: added some missing natural keys; fixed "orphaned streams". 2020-09-17 21:19:58 +10:00
Dirk Best
c6b0ecdc6f New machines marked as NOT_WORKING
----------------------------------
Informer 213 [Bitsavers]
2020-09-17 12:31:14 +02:00
MetalliC
bd89e921a3 fix build 2020-09-17 12:22:03 +03:00
Erwin Jansen
9a0c63f673
Add MDCR support for P2000t (#7215)
This adds support for the mini digital cassette recorder that can be
found inside a P2000t. This implementation is based on documentation
that can be found in https://github.com/p2000t/documentation.

In memory of NPM Jansen, who taught me all the magic of bits and bytes.
2020-09-17 18:39:48 +10:00
Aaron Giles
8d7d01caef Revert "sound: Improved view interfaces to match usage patterns"
This reverts commit dc0ede3c90.
2020-09-17 01:24:17 -07:00
Aaron Giles
dc0ede3c90 sound: Improved view interfaces to match usage patterns
* read/write_stream_views now have an internal index
* get/put/add/fill/copy now implicitly use and advance this index
* new method reset() can (re)set the internal index
* new method done() checks if index is past the end
* new method remaining() indicates how many samples remain
* get_indexed/put_indexed/etc available for random access
* updated all consumers to new interfaces
2020-09-17 00:46:06 -07:00
arbee
4118f19c48 apple2: CFFA2 is actually named "CFFA 2.0", not 2000. [R. Belmont] 2020-09-16 23:08:25 -04:00