summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/abc800_dsk.cpp
diff options
context:
space:
mode:
author tyfighter <tyfighter@gmail.com>2019-01-02 12:37:24 -0600
committer Olivier Galibert <galibert@pobox.com>2019-01-02 19:37:24 +0100
commitfbe69b5f0c35890443287ee1058230ffb51beaa4 (patch)
treee3d013fde18554646873dc41dc7e95c9850f48b6 /src/lib/formats/abc800_dsk.cpp
parentb5505019863ad4a87b995bcce13e8604f2aa1104 (diff)
WD33C9X: More consistent interrupts, restructuring, and clean ups (#4457)
* New NSCSI device for WD33C9x SCSI Controllers Add a new NSCSI device model for the WD33C9x family of SCSI Controllers. * Add missing shortname calls to logging lines Add missing shortname calls to logging lines * Correct spaces -> tabs Correct spaces -> tabs * WD33C9X: More consistent interrupts, restructuring, and clean ups This set of changes can get as far as partitioning and formating a disk for IRIX, but installation still isn't working. * Accidentally merged this in...reverting... Accidentally merged this in...reverting...
Diffstat (limited to 'src/lib/formats/abc800_dsk.cpp')
0 files changed, 0 insertions, 0 deletions
=128&d=retro' /> Ryan Holtz3-10/+80 trigger for some reason. 2020-08-06-fireone: Committed netlist for couriersud to have a look at. Ryan Holtz17-183/+1049 2020-08-07pmd85: cleanup; added sound. Robbbert4-748/+711 2020-08-06cit101: Fix reverse screen mode AJR1-2/+2 2020-08-0639in1.cpp: corrected last minute clean up gone terribly wrong Ivan Vangelista1-0/+2 2020-08-0639in1.cpp: decrypted 4in1a, 4in1b; started working on decryption of 19in1 ↵ Ivan Vangelista1-43/+53 and 48in1 2020-08-06netlist: add man target to netlist makefile. couriersud4-3/+15 2020-08-06netlist: Make new documentation items appear in doxygen output. couriersud3-154/+158 2020-08-06netlist: Documentation updates for CDxxxx devices Aaron Giles2-370/+367 2020-08-06netlist: Rename DM9312 to TTL_9312 for consistency. Aaron Giles6-24/+24 2020-08-06netlist: Added documentation for devices in nlm_ttl74xxx.cpp Aaron Giles1-1348/+1976 * Documentation for all devices in nlm_ttl74xxx now is available in the doxygen documentation. 2020-08-06netlist: Add CD4013 to net_lib.cpp couriersud1-0/+1 2020-08-06netlist: Refactored pokenizer. couriersud14-142/+339 * Separated tokenizing and reading of tokens. * This enables caching of parsing results on the token level. * Implemented caching of token stream. * Overall this significantly improves parsing performance (~10x) * Next step towards a bare-bone nltool which does not depend on macro devices. 2020-08-05kp69: Clean up code a bit; don't latch masked-out requests; prepare for ↵ AJR2-65/+102 device variant 2020-08-05williams.cpp: Correct ROM names for the Sinistar sets & add documentation. ↵ braintro2-61/+109 [Brian Troha] 2020-08-05cit101, cit101_kbd: Update notes; minor keyboard tweaks AJR3-8/+36 2020-08-05Documentation update for vector options. Aaron Giles1-56/+84 2020-08-05silkwormb: fix last level graphics Tom1-1/+7 2020-08-05Widescreen layouts (#7018) Firehawke1-0/+162 * Added widescreen layout options for Spy Hunter. * Add widescreen vertical layouts for Spy Hunter. 2020-08-05machines promoted to WORKING (#7033) Sterophonick4-150/+240 Machines promoted to WORKING --- Gigatron TTL Microcomputer [Sterophonick] 2020-08-06version bump for 0.223mame0223 Vas Crabb2-4/+4 2020-08-06-debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ↵ Vas Crabb10-47/+41 also fixed a spelling error. * The saver/loadr commands should consider region endianness for portability. -cpu/gigatron: Capitalisation of hex values was inconsistent, change it to lowercase as that tends to be the MAME standard. -machine/exorterm.cpp: Fixed inputs magically changing on reset when they shouldn't (there are still others that should be fixed). -mpu4vid.cpp: Corrected some errors in game descriptions. -Fixed a couple of editing errors. 2020-08-05Added an implementation of the BACTA Datalogging protocol used in many of ↵ James Wallace6-30/+231 the AWP drivers. The logged data is currently served to the error log. Hooked the BACTA logger up to the MPU4 driver to fix Datapak/Protocol games. 2020-08-05Add 11 roms hack new Gaston907-248/+584 2020-08-0539in1.cpp: added preliminary decryption for rodent Ivan Vangelista1-22/+52 2020-08-05bbl380: Add notes on BIOS calls AJR1-0/+6 2020-08-05z80ne: cleanup Robbbert4-186/+190 2020-08-04netlist: Better fixes for Emscripten (#7031) Justin Kerk4-14/+14 Silence indentation warning in 3rdparty/ under Emscripten (#7031) 2020-08-05netlist: Fix build under Emscripten (#7031) Justin Kerk3-0/+13 netlist: Fix crash under Emscripten by disabling aligned optimizations 2020-08-04circus.cpp: Corrected ROM names for Robot Bowl. [Andrew Welburn] braintro1-13/+17 2020-08-05arm7thmb.cpp this should be more accurate ROR fix MetalliC1-3/+3 2020-08-05bus/spectrum/kempdisc.cpp: replace K-DOS v2.1 bad dump with good one, add ↵ MetalliC3-4/+104 KDOS 2.1 Italian translation, add "Watford SP-DOS Interface" (technically not working without boot disk) [Luzie, James McKey, MetalliC] 2020-08-05-arm7thmb: Fixed THUMB ROR behavior for shift values of 0 or >= 32. All ↵ Ryan Holtz1-12/+16 tests in FuzzARM now pass. [Ryan Holtz] 2020-08-04gaelcof3.cpp: Add PCB ASCII layout ClawGrip1-5/+24 2020-08-04i8244: don't access unused registers hap2-10/+74