Commit Graph

72953 Commits

Author SHA1 Message Date
AJR
789761c20c ht68k: Fix floppy boot for kos 2020-05-05 22:06:22 -04:00
couriersud
12a3abdb28 netlist: nlwav - new functionality. [Couriersud]
nlwav now supports 16 and 32 bit integer format (wav16s, wav32s)
as well as 32 bit float format (wav32f).
The "wav" format is no longer supported.
Added support for high and low pass filtering the wav output.
Dynamic volume adjustment (use "-a 0")
--hpboost can suppress spikes at the beginning of the file (<10ms)

The addition of the float format simplifies debugging significantly
since it covers the whole dynamic format.

Added nlwav to the local VS 2019 build.
2020-05-05 23:54:30 +02:00
couriersud
0044c33b61 netlist: fix validate. (nw) 2020-05-05 23:11:26 +02:00
couriersud
ece9501cc4 netlist: Fix two nlwav bugs. (nw)
First one corrupted wav files produced on windows. The second one
produced wrong sample integration results.
2020-05-05 23:09:51 +02:00
Davide Cavalca
d41284f0e8
sgi_mips: new software list additions (#6623) 2020-05-05 15:50:57 -04:00
Scott Stone
ae7c982770 vgmplay.xml: Added 5 new entries [project2612.org, Tafoid] 2020-05-05 14:14:59 -04:00
ajrhacker
6f6b65f554
Merge pull request #6645 from tlindner/patch-2
Update hd6309.ops
2020-05-05 12:45:47 -04:00
Ivan Vangelista
b28b449bc0 Machines promoted to working
----------------------------
Bingo Time [TeamEurope, Ivan Vangelista]

(nw) game seems playable, as far as I understand the rules. Also added preliminary sound
2020-05-05 18:20:49 +02:00
cracyc
43a1e41737 pcd: fix pcx keyboard and display width (nw) 2020-05-05 10:51:21 -05:00
AJR
5cf1925789 cit220p: Emulate serial keyboard, hooking up MCU and identifying most keys 2020-05-05 11:23:09 -04:00
tim lindner
8f75cde0ab
Update hd6309.ops
$1020 is an illegal opcode on the 6309. On the 6809 it is a rarely used form of LBRA. I tested on a real 6309 and $1020 vectors to Illegal.
2020-05-05 07:30:37 -07:00
David Haywood
712bd80fe6
hooked up kicknrun MCU [dink] (#6639)
* - hooked up kicknrun MCU [dink]
- split up kikikai class [David Haywood]

* remove note (nw)

* this IS demo sounds (nw)

* core changes not wanted(?)
2020-05-06 00:19:42 +10:00
Frank Palazzolo
d992da5df8
Fix typos in PORT_CHAR definitions (#6642) 2020-05-05 15:31:05 +02:00
AJR
19ad44de08 scn2674: Delayed commands use display pointer address, not screen 2 address 2020-05-05 09:23:23 -04:00
Patrick Mackinlay
785e9a3325 news_68k: wip (nw)
NetBSD 9.0 installs and runs; NEWS-OS boots the kernel but hangs during startup sequence.
* corrected timer logic
* corrected floppy dma
* connected irq 1 and 2
* corrected dip switch mapping
* mapped some graphics hardware
2020-05-05 16:44:19 +07:00
Patrick Mackinlay
c6ab4597bc ncr5380n: rewrite (nw)
Nearly a complete rewrite, now working with news_68k but only cursory testing with other systems.
2020-05-05 15:00:54 +07:00
Patrick Mackinlay
73a9d1710f dmac_0266: misc fixes (nw) 2020-05-05 14:57:55 +07:00
AJR
2fb3c89b01 pokey: Remove unnecessary stealth include (nw) 2020-05-04 21:09:27 -04:00
AJR
a1a33d25e2 nec, v25: Add byte registers to debugger state; improve tracking of previous PC for debugger; use more NEC register names 2020-05-04 20:10:23 -04:00
hap
0e2f53c45b 6801: that's not "TOH" (nw) 2020-05-04 20:53:19 +02:00
AJR
8de7d6ac4d vtvideo: Change the license on the header as well (nw) 2020-05-04 14:10:02 -04:00
AJR
8b5980c3d1 apricotf.cpp: Add daisy chain abstraction to vector interrupts 2020-05-04 14:04:00 -04:00
Ivan Vangelista
3bd34a4cfb nemesis.cpp: fixed copy/paste error pointed out by Haze (nw) 2020-05-04 17:40:05 +02:00
Ivan Vangelista
bdb688992f New machines marked as NOT_WORKING
----------------------------------
TwinBee (Bubble System) [Raki, Dumping Union]
2020-05-04 17:05:03 +02:00
hap
42508a567b renaissa: add some i/o (nw) 2020-05-04 16:55:11 +02:00
Ariane Fugmann
704e81105d
i960dasm: rewrote disassembler [SailorSat] 2020-05-04 14:04:11 +02:00
couriersud
b500f2d241 netlist: Restructered the save state system. (nw)
This change makes state saving contract based. Objects which need to
save state need to have the following template member:

		template <typename ST>
		void save_state(ST &st)
		{
			/* Example */
			st.save_item(m_p,   "m_p");
			st.save_item(m_buf, "m_buf");
		}

This member function is called when the object is passed to the
state manager save function.
2020-05-04 09:22:16 +02:00
AJR
e59af6d5e8 i86, i286: Update m_prev_ip (and therefore CURPC) after taking interrupt (nw) 2020-05-03 23:13:47 -04:00
AJR
16550d533f i86, i186, i286: Add byte registers to debugger state; improve tracking of previous PC for debugger
i286: Don't clear INT state upon acknowledgment; add exception hook for debugger

i86: Correct a fortuitously harmless typo in state registration (nw)
2020-05-03 22:24:56 -04:00
arbee
fbc7fc380a apple2gs: respect $C029 monochrome DHGR switch. [R. Belmont] 2020-05-03 22:09:45 -04:00
MetalliC
aec8595d4d mc1502: fix FDD motor control (github #6613) 2020-05-04 04:16:47 +03:00
AJR
065410f825 Move some RC timing macros out of the core (nw) 2020-05-03 20:21:01 -04:00
AJR
c4ee747357 Add optional condition parameter to debugger gex command 2020-05-03 20:19:32 -04:00
R. Belmont
aa2e069e20
Merge pull request #6633 from tlindner/fix-joystick-button-labels
Coco3: jostick button label fix
2020-05-03 20:16:05 -04:00
R. Belmont
a28f33f84c
Merge pull request #6634 from tlindner/colon-path-seperator-fix
Remove colon as a path seperator in the core
2020-05-03 20:15:42 -04:00
arbee
96dca2b4e2 apple2gs updates: [R. Belmont]
- Fixed shadowing of //e-style RAMWRT writes to auxram (missing graphics in Cinemaware games)
- Removed an unnecessary memory system trip for bank 01 RAM writes
2020-05-03 20:06:24 -04:00
Lord-Nightmare
e4e63d10eb fix license tag in vtvideo.cpp, this was discussed previously with both copyright holders (nw) 2020-05-03 17:40:57 -04:00
tim lindner
e07e2c8b01 remove colon as a patch seperator 2020-05-03 14:24:09 -07:00
tim lindner
8dc7204b66 Coco3: jostick button label fix 2020-05-03 14:05:44 -07:00
AJR
66bc895610 Add PC to debugger exception hit message 2020-05-03 16:48:03 -04:00
R. Belmont
e26e752581
Merge pull request #6630 from tlindner/redefault-drivewire-drivers
CoCo: Changed driver coco3dw1 to have a default on becker port.
2020-05-03 16:16:48 -04:00
R. Belmont
a951bc0882
Merge pull request #6626 from hodefoting/master
vtvideo.cpp: Implement pixel stretching of characters.
2020-05-03 16:15:52 -04:00
Davide Cavalca
6afc32b0f5
indy_indigo2: add another ip24 prom (#6625) 2020-05-03 16:14:51 -04:00
AJR
aea47d71ef Refocus debugger on CPU when one of its watchpoints is hit. This solution may be less than ideal for some multiprocessing environments where CPUs share spaces, but it prevents the focus from shifting unpredictably to whichever CPU happens to be next in line to execute (e.g. when synchronization for a soundlatch write aborts the original CPU's timeslice). 2020-05-03 14:44:08 -04:00
hap
a47b19224a hh*: use full companyname for Ideal (nw) 2020-05-03 19:53:26 +02:00
AJR
c4081663f8 Fix OS X build (implicit inclusion differences between standard libraries strike again) (nw) 2020-05-03 13:52:55 -04:00
angelosa
faa0a4b58c cischeat.cpp: make it explicit that I know this is an anti-pattern (nw) 2020-05-03 19:50:19 +02:00
angelosa
dbd70bc8f3 cischeat.cpp: fix scudhamm/armchmp2 irq and refresh rate to be measured 59.17 Hz instead of 30 [Angelo Salese]
* Move armchmp2 specific I/Os into own state machine, and demoted it to
MNW because the arm input not exactly understood and not supposed to
require user input at POST anyway;
2020-05-03 19:25:46 +02:00
hap
f908f7f858 hh_pic16: rename sfxchas to flash (nw) 2020-05-03 19:07:20 +02:00
couriersud
fdc9787c23 netlist: simplify pfunction state handling. (nw)
Removes dependency on pstate.h.
2020-05-03 18:00:34 +02:00