| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- PAC2 is now a separate bus with slot devices
- Kanji ROM and RAM PAC2 expansions are no longer built into pasopia7, but may be configured as slot options
- RAM PAC2 expansion made nonvolatile and provided in multiple sizes
- Two PAC2 slots added to pasopia
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
alesis_qs.cpp: Document XTALs; replace legacy MCFG in comments (nw)
picno.cpp: Replace legacy MCFG in comments (nw)
|
|
|
|
|
|
|
|
| |
* Split S-SMP and S-DSP implement in snes_snd.cpp
both convert memory handler into device_memory_interface, Internalize ROM region of S-SMP
s_smp.cpp : Use callback for S-DSP interface, Split internal and external memory space
snes.cpp : Convert WRAM into shared_ptr
* s_dsp.cpp : Reduce #define macros
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ssv.cpp: Split state class up a bit (nw)
|
| |
|
| |
|
|
|
|
| |
assuming it will be in the working directory. no attempt at compressing it for now (nw)
|
|
|
|
| |
Ed Snider]
|
| |
|
|
|
|
| |
It has been fixed as of Visual Studio 2019 16.5
|
| |
|
|
|
|
| |
card [Al Kossow, R. Belmont]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PPU refactoring (nw)
* PPU refactoring (nw)
* start making a new device (nw)
* PPU device refinements (nw)
* tear things down (nw)
* refactoring (nw)
* more refactor and teardown (nw)
* (nw)
* rebuilding (nw)
* (nw)
* (nw)
* (nw)
* (nw)
* checkpoint (nw)
|
|\
| |
| | |
add CM-32P PCM emulation
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
order to be more license-compliant. [Ryan Holtz]
|
|
|
|
|
|
| |
- com8116: Delete SY2661-1/-2 tables (these are just second sources of SCN2661A/B)
- mc2661: Remove obsolete device
- rs232: Remove 7200 baud setting formerly required by one driver to work around incorrect table
|
|
|
|
|
|
|
|
|
|
| |
visualiser device and WDL FFT libarary).
I changed the VGM visualiser to use single-precision float which is the
default for WDL FFT. GCC's loop vectoriser can make better use of SSE
with single-precision maths, and the extra precision shouldn't be needed
for the visualisation. If this is a problem, let me know and I'll
revert this and flip the WDL FFT library over the other way.
|
|
|
|
|
|
| |
SCN2641 ACI
This is far more thorough and accurate than the preexisting MC2661 device emulation. Synchronous modes have been implemented but not tested.
|
|
|
|
|
|
|
|
| |
(nw) The pcap.h header itself has the problematic original BSD license,
including the obnoxious advertising clause. Using tap/tun networking on
Windows provides a much better experience, so the extra setup is worth
it. This patch also allows you to enable pcap on platforms where it's
disabled by default with USE_PCAP=1 if you really want to use it.
|
|\
| |
| | |
HP82900 CP/M module
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* Removed empty nl_examples from dist.mak
* Added copyright acknowledgements and full text of licenses to binary distribution
* Fixed up the list of third-party libraries
* Moved WDL fft.c to 3rdparty
|
| | |
|
| | |
|
|/
|
|
|
| |
- Corrected M4 ROM ordering.
- Added IEEE controller card.
|
| |
|
|
|
|
|
|
|
|
| |
* hp80: added HP82939 serial I/O module.
Fixed a small bug in INS8250 that prevented module self-test to pass.
Improved the interrupt handling of hp80 systems.
* hp80: changed scheduling to use "set_perfect_quantum"
|
| |
|
|
|
|
| |
Bitsavers]
|
|
|
|
|
|
| |
z80sio: Make LOGBIT less spammy; booleanize a few members (nw)
machine/mtx.cpp: Remove unnecessary includes (nw)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This tool was previously used to generate HTML-formatted source for
the website from releases. It hasn't been used in years, since we
rely on the repository browsing features of GitHub/GitLab/SourceForge.
It also hasn't been updated to handle C++14, Lua, and other changes to
the source. If we do want to publish source code on our own web site
in the future, we'd be better off using an off-the-shelf library to
handle parsing the source.
|
|
|
|
| |
eurit30: LCDC writes identified, but exact type remains unknown (nw)
|
|
|
|
| |
The host is a long way from being done, but the keyboard seems to be working well enough already.
|
| |
|