| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
--------------------
Sensor Computachess [hap, Sean Riddle]
Portachess II [hap, Sean Riddle]
|
| |
|
|
|
|
|
|
|
|
|
| |
new machines marked as NOT WORKING
----
Mastery's Fury [Miso Kim, David Haywood]
(this is a bad dump, mask ROMS are half size, at least the sprites)
new WORKING machines
----
Goori Goori [Miso Kim, David Haywood]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
----------------------------------
Kasparov Leonardo (set 1) [hap, Berger]
Kasparov Galileo [hap, Berger]
Kasparov Renaissance (set 1) [hap, Berger]
New clones marked as NOT_WORKING
--------------------------------
Kasparov Leonardo (set 2) [hap, Berger]
Kasparov Renaissance (set 2) [hap, Berger]
|
| |
|
|
| |
(nw)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial refactor of AVI/MNG movie recording, consolidation of copy and paste
code, hiding of AVI/MNG behind interfaces
* Extracted recording specific code out of src/emu/video.cpp and put into
src/emu/recording.cpp
* Took the opportunity to move slightly more logic out of video.cpp into
recording.cpp
* Bug fix
* Consolidated frame counting logic
|
| |
|
|
|
| |
----------------------------------
Executive Chess [hap, Sean Riddle]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Use generic latch devices for sound communications
- More accurate handling of programmed sound resets
- Add the other LS259 to gauntlet.cpp
- Correct watchdog timeouts for all three drivers
- General code cleanup
atarigen: Eliminate ATARI_CLOCK_xxxMHz macros in favor of standard XTAL constants (nw)
atariscom: Separate source file from atarigen.cpp; move IRQ handling to atarijsa (not a property of the actual device) (nw)
|
| |
|
|
| |
for the bngotime sound board (nw)
|
| | |
|
| | |
|
| |
|
|
|
| |
Added a define NL_USE_ACADEMIC_SOLVERS and disabled it in the build.
This will not compile in solvers which are either illustrative or only
perform for large sparse matrices like GMRES.
|
| |
|
|
|
|
| |
Moved netlist between dasm and utils,expat,... link statements
This fixes the resolution of symbols in netlist code which may be used
in machine/netlist.cpp.
Change tested on ubuntu, windows and macosx.
|
| |
|
|
|
| |
----------------------------------
EuroPlay 2001 [Juan Romero, ClawGrip]
|
| |\
| |
| | |
new NOT WORKING software list entries
|
| | |
| |
| |
| |
| |
| |
| | |
----
leapfrog_didj_cart.xml: Nicktoon Android Invasion (US, 500-13290-B) [Team Europe]
there's a skeleton driver too, but it's really nothing but a holder for the Software List as the BIOS isn't yet dumped.
|
| |/
|
|
|
| |
----------------------------------
Sony NEWS NWS-1580 [bitsavers, Patrick Mackinlay]
|
| |
|
|
|
|
|
|
|
| |
* rename mexico86 driver to kikikai, start looking at kicknrun mcu (nw)
* prepare (nw)
* prepare (nw)
* copy across bublbobl hookup, not correct (nw)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit introduces precompiled static solver code. Due to
additional optimizations the compiler can use because the detail
calculation steps for the solution are known e.g. the kidniki netlist
sees a 100% speed increase.
In all environments (windows/*nix/osx) the source for the static
solver code can be created using
bash src/lib/netlist/nl_create_mame_solvers.sh
This will create src/lib/netlist/generated/static_solvers.cpp which is
compiled into the mame binary.
The script is just a temporary workaround. The intention is that nltool
whill be able to create this file with one call.
There are other improvements in this commit speeding up the processing
of timestep and dynamic calculations.
|
| |
|
|
|
| |
--------------------
Olivetti Prodest PC-1 [Carl, rfka01]
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
signatures (nw)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
----------------------------------
Roland MC-300 Micro Composer [DBWBP]
Roland MC-50 Micro Composer [DBWBP]
Roland MC-50mkII Micro Composer [DBWBP]
|
| | |
|
| |
|
|
|
|
|
| |
- 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
|
| |
|
|
|
| |
----------------------------------
Scorpion DX [ArcadeHacker, ClawGrip, Rampa, Recreativas.org]
|
| | |
|
| | |
|
| |
|
|
|
|
| |
----------------------------------
Roland U-20 RS-PCM Keyboard [DBWBP]
Roland U-220 RS-PCM Sound Module [DBWBP]
|
| |
|
|
| |
when the replacement was only added in 3.2 is typical of Python's disregard for stability
|
| | |
|
| | |
|
| |
|
|
|
| |
----------------------------------
Roland JV-880 Multi Timbral Synthesizer Module [DBWBP]
|
| |
|
|
|
| |
----------------------------------
Roland RA-30 Realtime Arranger [DBWBP]
|
| |
|
|
|
|
|
| |
----------------------------------
Roland SoundCanvas SC-88VL [DBWBP]
h8500dasm: Cut-and-paste fix (nw)
|
| |
|
|
|
|
| |
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
|