CRONOLOGIA
Ricerca rapida
Tipo:
 
Romset:

ZX Spectrum +3e - Gioco MAME

33657
specpl3e
ZX Spectrum +3e
0
1
Gioco
current
11
0
  Torna alla ricerca
  Condividi la pagina usando questo link:
CONDIVIDI QUESTA PAGINA

GIOCO SISTEMA CHD BIOS DEVICE PARENT CLONE MECHANICAL SCREENLESS

Dati principali
Romset e nome:
specpl3e ZX Spectrum +3e
Nome semplificato:
ZX Spectrum +3e
Produttore:
Amstrad plc
Anno:
Genere:
Computer
Categoria:
Computer / Sistema Domestico
Serie:
-
Sorgente driver:
sinclair/specpls3.cpp
Lingua:
-
Giochi simili:
Input / Controlli
Giocatori:
Fino a 2 giocatori
Controlli:
Joystick 8 direzioni, Tastiera
Pulsanti / tasti:
Coins:
0
Cabinet:
-
Free-play:
Non supportato
Classifiche
Voto medio:
AntoPISA BestGame:
-
MASH All-Time:
-
Video
Schermo:
352x296@50,021154 Hz, CRT 25kHz
Orientamento:
Orizzontale
Scorrimento:
Non indicato
Colori:
-
CPU:
Zilog Z80
Audio
Canali:
2 canali audio
Chips audio:
AY-3-8912A PSG, Cassette, Filtered DAC, Floppy sound, Speaker
Romset
Prima release:
Mess 0.37b5 rilasciato il 03-ago-2000
Ultima release:
Mame 0.264 rilasciato il 26-mar-2024
Clone di:
-
Bios:
Non richiesto
Usa rom di:
-
Sample:
-
Rom set vecchio:
Nessuno
Rom set nuovo:
Nessuno
Files
Dump:
GOOD
Stato emulazione
Complessivo:
BUONO
Emulazione:
Buono
Grafica:
Buono
Colore:
Buono
Suono:
Buono
Cocktail:
Buono
Protezione:
Buono
Salvataggio:
Non supportato
Dati aggiuntivi
  • History
  • Info
  • Score
  • PCB
  • Comandi
  • Init
  • Driver
  • XML
  • Informazioni fornite da © Alexis Bousiges
    Computer pubblicato 23 anni fa:

    ZX Spectrum +3e © 2000 Ignoto.

    The ZX Spectrum +3e is an enhanced version of the Sinclair ZX Spectrum +3 home computer that was produced by Amstrad in the late '80s.

    The enhancement consists of an updated operating system (in ROM) that fixes many of the bugs in the original ROM, and adds lots of extra commands to +3 BASIC. One of the most important features of the new ROM, however, is that it supports the use of a hard disk or compactflash card with your Speccy, allowing you to store vast amounts of quickly-accessible software.

    AGGIORNAMENTI
    -----
    v1.38:

    Fixed bug where the DATA pointer was not correctly maintained if an extended channel was opened before the first READ after a RUN or RESTORE 0.
    Fixed bug where scrolling a single-line text window caused a crash.

    -----
    v1.37:

    Fixed a long-standing +3DOS uninitialised variable bug, present since the original +3, which caused the filesize of files opened in headerless mode to be miscalculated. The most obvious manifestation of this bug was incorrect (too large) filesizes when files were copied from hard disk to any location.
    Added support for detecting attempted writes to write-protected disks (ATA protocol interfaces only). Other error conditions are also now returned as "unknown disk error" (previously they would eventually timeout as "drive not ready").
    Fixed bug in mapping commands, which caused a nonsense error to be generated instead of "invalid device".

    -----
    v1.36:

    Removed reset protocol detection on ATA interfaces to improve boot speed
    Noted that divIDE version will run on MB02+ and MB02+IDE.
    Various fixes for ZXUSB (for ZXMatrix interface).

    -----
    v1.35:

    Allow slave drive to run even if no master present.
    Fixed occasional spurious drive identification due to randomness of floating bus.
    Added ZXCF+2 port.
    Added ZXUSB (for ZXMatrix) preliminary port (not yet finalised).
    Fixed IDE_SWAP_RESIZE, which previously failed unless the partition was exactly the same size as now required (rather than larger or equal to).
    Improved speed of IDE_SWAP_IN (ATA protocol interfaces only).
    Swap partition access no longer forced into segment 3.
    Fixed long timeout for ZXATASP.
    Now detects drives after a soft reset, or entry from ResiDOS etc.
    Fixed syntax checking for NEXT # and RETURN # commands, which could cause lockups or other oddities during program entry.
    Fixed CAT TAB display to show partition sizes below 32MB in K, so more accurate sizes are shown.
    Fixed ide_interface for ZXCF to select device zero before attempting ATA detection protocol.
    Shortened "no swap partition" message to avoid multi-line report and ensuing crash.

    -----
    v1.31:

    Fixed long-standing +3DOS caching bug (present in all versions of the +3 and +3e). This usually manifested itself as reading incorrect data for headerless files on large disks (most often seen when loading snapshots).

    -----
    v1.30:

    Added support for MMC/SD devices; in particular, ZX-MMC interface and ZX-Badaloc clone
    Fixed restoration of R register in snapshot loader
    Fixed restoration of flags register in snapshot loader (ZXATASP bug only)
    Fixed bug in IDE_INIT call which could cause incorrect initialisation of some structures

    -----
    v1.28:

    Snapshot loading rewritten; now supports both 48K and 128K snapshots in .SNA and .Z80 (all versions) formats. No longer supported on floppy disk.
    Improved speed of sustained hard disk reads
    Added support for various other IDE interfaces
    Updated IDEDOS to v1.03, adding support for IDE_IDENTIFY and IDE_PARTITIONS calls (previously only available in ResiDOS).
    Fixed long timeout on drive detection for ZXATASP
    Changed drive detection to use IDE_IDENTIFY
    Enhanced CAT TAB command to display detected geometry for each drive
    Changed FORMAT TO command; automatically detects drive geometry, so now only needs a unit number and number of partitions
    Added optional third parameter to FORMAT TO command, limiting disk usage to first N cylinders, and allowing sharing with PC partitioning
    Fixed detection of errors for some devices which set DRQ=1 even if there is an error
    Fixed "No files found" message appearing when multiples of 63 files are displayed
    Fixed handling of partitions greater than 8MB in +3DOS (access previously wrapped to below 8MB, due to 16-bit operations on record numbers)
    Fixed occasional strange problems caused by lack of cache buffers on systems with no floppy drive (+2e); 8 cache buffers are now allocated, regardless of prescence of floppy disk interface.
    Fixed "Loader" menu option for systems with no floppy drive (+2e)
    Fixed incompatibility with Multiface 3 (now allows saving snapshots to floppy disk)

    -----
    v1.11:

    fixed "Please put disk for ? in drive" bug that occurred when pressing a key while +3DOS was active
    minor Spanish translation corrections

    -----
    v1.10:

    added "V>" variable channels
    added "M>" memory channels
    added "W>" text window channels
    Bugfix (+3e): fixed menu bugs trying to enter 48K BASIC and Loader etc
    Bugfix (+3e): possibly fixed bug where all files on destination partition get deleted if source wildcard matches nothing in COPY command (unconfirmed)
    Bugfix (+3e): stopped channel I/O corrupting IX, so CAT #n TAB works
    Bugfix (+3e): added Spanish text for CAT ASN command


    -----
    v1.04:

    added CAPS SHIFT key to bypass automatic setup on boot/reset
    added SPECTRUM name$[,addr] command for loading Z80 snapshots
    extended streams and channels interface with new file-access channels
    added NEXT #n,v command to input character from stream
    added RETURN #n,v command to get stream position
    added GOTO #n,m command to set stream position
    added DIM #n,v command to get stream size
    replaced standard Retry/Ignore/Cancel messages with international-style ones
    upgraded +3DOS to v1.1 with international ALERT routine
    added Spanish version of ROM
    removed self-test program, EAR monitor and COPY RANDOMIZE command
    added IDEDOS call interface and documentation for machine-code programmers
    Bugfix (+3e): fixed crash bugs BREAKing to CAT ASN and CAT TAB commands
    Bugfix (+3e): fixed change-disk routine for single-floppy systems
    Bugfix (+3e): fixed mapping of floppy drive 1 to default to drive B:
    Bugfix (+3): fixed spurious "end of file" error in printer output
    Bugfix (+3): fixed stack overflow with ineffective keys in Editor
    Bugfix (+3): fixed PIP duration
    Bugfix (+3): fixed lower-screen editing mode problems (line loss)
    Bugfix (+3): GOTO beyond end of program renumbered as 9999
    Bugfix (+3): fixed characters migrating before ">" or "<"
    Bugfix (+3): fixed syntax error position calculation
    Bugfix (+3): removed HALT from error reporting routine
    Bugfix (+3): fixed CLOSE # bug on closed streams (not fixed for 48K mode)

    -----
    v0.87:

    First public release.

    CONTRIBUISCI
    Modifica questa scheda: https://www.arcade-history.com/?&page=detail&id=83044&o=2
    Informazioni fornite da Contribuisci alla traduzione da
  • Informazioni fornite da
    Informazioni fornite da / © Copyright by Fujix
  • Informazioni fornite da
  • Informazioni fornite da
  • Informazioni fornite da Fabricio Coroquer, tratto dal lavoro di
    ATTENZIONE: La versione breve è stata dismessa nel novembre 2019
  • Informazioni fornite da Contruibisci da
  • Informazioni fornite da
  • Informazioni fornite da
Cheats:
Porte:
Dispositivi (rif):
Media:
Opzioni RAM:
Liste software:

Se noti qualche errore o inesattezza, segnalalo tramite

Dati aggiornati al 26 marzo 2024


Rimozione immagine
Stai proponendo di rimuovere questa immagine dal sito.
Indica di seguito il motivo della richiesta e verrà valutata
appena possibile.

Motivo:
E-mail:
(facoltativo)
Segnalazione risorsa
E' possibile segnalare link di approfondimento, immagini, video o altri url relativi a questo gioco.
Compilare attentamente i campi sotto in modo tale da ridurre al minimo il tempo necessario per l'integrazione di queste informazioni nella pagina.
Link:
Tipo risorsa:
Titolo:
Note:
E-mail:
(facoltativo)
Informazioni inizializzazione gioco (gameinit)
Questi dati servono per risolvere eventuali problemi di avvio del gioco in Mame. Il testo indicato verrà spedito al sito ProgettoSnaps per essere controllato ed integrato con quello esistente.
Gli aggiornamenti sono schedulati su base mensile quindi salvo casi particolari potresti non vedere subito i cambiamenti.
Romset:
specpl3e
Titolo:
ZX Spectrum +3e
Testo:
E-mail:
(facoltativo)
Invia segnalazione
Segnala questo gioco ad un amico, eventualmente corredato da una nota aggiuntiva.
Gioco:
ZX Spectrum +3e
Destinatario:
Note:
Mittente:
Crea una nuova lista
Puoi creare una nuova lista personale, visibile solo a te, che consentirà di raggruppare, visualizzare o fare altre operazioni sui tuoi giochi preferiti.
Titolo:
Note:
 

Puoi creare una lista usando un file già presente. In questo caso indicalo qui sotto.

Importa da:
Trascina qui un file
XXXXXXXX
Formato:
Esporta su file
E' possibile esportare la lista dei giochi su file in modo da poter essere utilizzata da programmi esterni

Titolo:
Formato:
Emulatore:
Path giochi:
Path immagini:
Versione:
 
Questa opzione aggiunge i bios e i device necessari per ottenere un set funzionante
Altre opzioni
 

 

 

 

 

 

 

NOTA: Se il file non viene scaricato, assicurati di disattivare il blocco popup per questo sito nelle impostazioni del browser