Torna indietro   Hardware Upgrade Forum > Giochi > Emulazione

HONOR Magic V5: il pieghevole ultra sottile e completo! La recensione
HONOR Magic V5: il pieghevole ultra sottile e completo! La recensione
Abbiamo provato per diverse settimane il nuovo Magic V5 di HONOR, uno smartphone pieghevole che ci ha davvero stupito. Il device è il più sottile (solo 4.1mm) ma non gli manca praticamente nulla. Potenza garantita dallo Snapdragon 8 Elite, fotocamere di ottima qualità e batteria in silicio-carbonio che garantisce un'ottima autonomia. E il Prezzo? Vi diciamo tutto nella nostra recensione completa.
Recensione Google Pixel 10 Pro XL: uno zoom 100x assurdo sempre in tasca (e molto altro)
Recensione Google Pixel 10 Pro XL: uno zoom 100x assurdo sempre in tasca (e molto altro)
Google Pixel 10 Pro XL è il top di gamma della serie Pixel, presentando un ampio display Super Actua da 6.8 pollici insieme alle novità della serie, fra cui la ricarica wireless magnetica Pixelsnap e le nuove funzionalità AI avanzate. Il comparto fotografico include un sistema a tripla fotocamera con zoom Pro Res fino a 100x, mentre il processore Tensor G5 con 16GB di RAM garantisce prestazioni percepite molto elevate su Android.
Lenovo IdeaPad Slim 3: un notebook Snapdragon X economico
Lenovo IdeaPad Slim 3: un notebook Snapdragon X economico
Forte della piattaforma Qualcomm Snapdragon X, il notebook Lenovo IdeaPad Slim 3 riesce a coniugare caratteristiche tecniche interessanti ad uno chassis robusto, con autonomia di funzionamento a batteria che va ben oltre la tipica giornata di lavoro. Un notebook dal costo accessibile pensato per l'utilizzo domestico o in ufficio, soprattutto con applicazioni native per architettura ARM
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 09-03-2004, 21:13   #1
skazzo
Senior Member
 
Iscritto dal: May 2002
Città: Trento (Lavis)
Messaggi: 2583
MAME 80 OUT!!!!

ebbene sì, pronti a riaggiornare il romset?
io no, comunque...ecco le news:

Codice:
General Source Changes
----------------------

Large Namco Update [Nicola Salmoria]
- pacland: fixed sprite RAM, it was too big and included normal program RAM, causing sprites
  to be drawn twice.
- pacland: fixed irq enable
- pacland: fixed tilemap scroll offsets and sprite positions
- pacland: accurate emulation of tile/sprite priority (including fix of bugs introduced when
  the driver was converted to tilemaps) and sprite visibility area
- pacland36b16 is not a bug - colors match the real game
- added SOUND_NAMCO_CUS30 for better documentation (alias for the standard SOUND_NAMCO)
- drgnbstr36rc2gre
- skykidd works with a patch (a dump of the CUS60A internal ROM is needed to do without the
  patch)
- metrocross: fixed irq enable, this fixes inputs in service mode
- baraduke060gre
- baraduke36rc2gre, it is improved, there are still gaps left but this is correct behaviour
  verified on the real board
- baraduke, system86: understood how sprite RAM buffering works, this fixes sprite lag but
  causes a glitch in rthunder (which might be correct behaviour)
- system86: totally rewritten the 63701X emulation and moved it to a separate module.  Fixed 
  silence compression, this improves quality in some samples; supported volume control.
  -genpeitd067gre
- rthundro37b14red I think is fixed; but the game still sometimes crashes when you die
- rthunder, genpetid: fixed watchdog emulation, this allows entering service mode without
  resetting

Various ST-V Improvements (brightness controls) [Angelo Salese]

Various Hyperstone core improvements [Pierpaolo Prazzoli]

Misc Fixes [Nathan Woods]
	src/cpu/hd6309/6309ops.c:
	- Fixed the ABCD opcode

	src/sndintrf.c:
	- Fixed a small typo in the DMADAC interface line

	src/sound/tms5220.c:
	- Added a security margin in the estimate of the delay for speech 
	synthesis ready line to come low (needed for a MESS side bug fix)

	src/chdman.c:
	- Added some completion messages, and fixed the code that was 
	falsely assuming that progress() was a function pointer

	src/windows/window.c:
	src/windows/window.h:
	- Changed video_window_proc() to win_video_window_proc() and made 
	non-static so that MESS's window proc can call it.
	- Changed win_init_window() to use MESS's window proc (within #ifdef 
	MESS of course)
	- Added a win_suspend_directx global variable to temporarily turn 
	off DirectX usage (used in MESS)
	- Added a few minor MESS specific #ifdefs

	src/rules.mak:
	src/cpuintrf.c:
	- Added an entry for the TMS99100 processor

	src/cpuexec.c:
	src/cpuexec.h:
	- Introduces cpu_getscanlinetime_mt() and 
	cpu_getscanlineperiod_mt(); variants on their namesake calls except they 
	return mame_time instead of double

Improved 053260 and NES APU emulation [Oliver Achten]

Various Gaelco3D Improvements [Aaron Giles]

ZN Cleanups [smf]

Misc 32010 related updates [Quench]
	TMS32010 CPU core
	- Added internal Data memory map
	- Fixed Overflow on the ADDH instruction

	Twin Cobra / Wardner
	- Converted to Tilemaps
	- Corrected Savestate setup
	- Little cleanups to the Machine code
	- Adjustments for TMS32010 internal data map

	Toaplan1
	- Corrected Savestate setup
	- Adjustments for TMS32010 internal data map

	HardDrivin
	- Adjustments for TMS32010 internal data map

Fixed Vector clipping bug in mhavoc [Alex Eddy]

Fixed some GCC warnings [Lawrence Gold]
	src/vidhrdw/rallyx.c: In function `plot_star':
	src/vidhrdw/rallyx.c:395: warning: ISO C89 forbids mixed declarations 
	and code

	src/vidhrdw/ksayakyu.c: In function `draw_sprites':
	src/vidhrdw/ksayakyu.c:92: warning: ISO C89 forbids mixed declarations 
	and code

	src/drivers/system32.c: In function `sonic_level_load_protection':
	src/drivers/system32.c:539: warning: ISO C89 forbids mixed declarations 
	and code

	src/drivers/madalien.c: In function `video_start_madalien':
	src/drivers/madalien.c:273: warning: ISO C89 forbids mixed declarations 
	and code

	src/machine/am53cf96.c:46: warning: comma at end of enumerator list

	src/drivers/vmetal.c: In function `varia_drawsprites':
	src/drivers/vmetal.c:124: warning: ISO C89 forbids mixed declarations 
	and code

Discrete Sound Updates [Derrick Renaud]

Discrete Sound Changes
======================
* fixed/added more documentation of functions at top of discrete.h
* DISCRETE_555_ASTABLE - changed to use common options with DISCRETE_555_CC.
* DISCRETE_TRANSFORMx - fixed bug that preformed math in the wrong order.
Also added more math functions.

New Discrete Modules Added
==========================
* DISCRETE_555_CC - Constant Current based 555 VCO with 8 main configurations,
that automatically configure from components used.
* DISCRETE_566 - NE566 simulation.
* DISCRETE_COMP_ADDER - Multiple parallel capacitor/resistor circuit.
* DISCRETE_DAC_R1 - R1 Ladder DAC that automatically configures from
components used.
* DISCRETE_MIXERx - Resistor/Op Amp mixer stage with filtering that calulates
proper gains & filtering. It automatically configure from components used.
* DISCRETE_SCHMITT_OSCILLATOR - VCO based on a Schmitt Inverter.

Game Driver Changes
===================
* poolshrk - Converted to new component value only code.
* firetrk, montecar, superbug - Converted to new component value only code.
Pulled discrete code out and put in sndhrdw\ataridis.c.  montecar still needs
filtering on crash sound.
* atarifb, canyon & skydiver - minor changes to work with new code.
* triplhnt - added component value discrete sound, but have not figured out
Shot and Bear Roar video memory locations.  These are needed to make sound
effects work.


New Games supported or promoted from GAME_NOT_WORKING status:
-------------------------------------------------------------

Radikal Bikers [Aaron Giles]
Surf Planet [Aaron Giles]

Wiggie Waggie [David Haywood]

Zintrick (hack / bootleg)
	This was thought to be a prototype but actually appears to be a from
        an unofficial bootleg made from the CD version (see notes in driver),
	supported for reference incase a real prototype shows up one day.

New Non-Working games / clones supported
----------------------------------------

Lethal Enforcers [R.Belmont]
	Hardware is an ugly kludge with an 8-bit CPU using 16-bit video chips, as a result
        there is a lot of strange banking going on making it very difficult to emulate.
__________________
Blog - ROMsCat - Guida a GeexBox -
VENDO 1 - VENDO 2
skazzo è offline   Rispondi citando il messaggio o parte di esso
Old 01-04-2004, 21:25   #2
renatofast
Senior Member
 
L'Avatar di renatofast
 
Iscritto dal: Jun 2003
Città: Ovunque
Messaggi: 4164
non mi funziona clicco su una rom working e non succede nulla ! cosa sbaglio ?
__________________
Asus Z170i pro gaming;6600k@4500;2x8 ripjaws V 2800@3000;enermax liqmax 2 120;Cooler Master RC-130-KKN1;RX5700XT 8GB,EVGA G2 550W,AOC G2590FX, DTT 3500TH-42PX70EA,Yamaha Yas 107
renatofast è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


HONOR Magic V5: il pieghevole ultra sottile e completo! La recensione HONOR Magic V5: il pieghevole ultra sottile e co...
Recensione Google Pixel 10 Pro XL: uno zoom 100x assurdo sempre in tasca (e molto altro) Recensione Google Pixel 10 Pro XL: uno zoom 100x...
Lenovo IdeaPad Slim 3: un notebook Snapdragon X economico Lenovo IdeaPad Slim 3: un notebook Snapdragon X ...
Recensione OnePlus Watch 3 43mm: lo smartwatch che mancava per i polsi più piccoli Recensione OnePlus Watch 3 43mm: lo smartwatch c...
BOOX Note Air4 C è uno spettacolo: il tablet E Ink con Android per lettura e scrittura BOOX Note Air4 C è uno spettacolo: il tab...
SpaceX: i video e le foto dello spettaco...
Anche a Pescara si passa ai fatti: e-bik...
La One UI 8 è pronta: Samsung con...
Xiaomi annuncia l'arrivo in Italia dei R...
La Cina stupisce ancora: test per la tur...
L'iconico iMac G3 diventerà un set LEGO?...
Microsoft: nessun legame tra update di a...
Rivoluzione in arrivo per Threads: il so...
Battlefield 6: molti utenti hanno giocat...
Acronis sfrutterà le NPU delle CP...
ChatGPT, le chat possono essere segnalat...
Xiaomi lancia HyperOS 3 basato su Androi...
Tesla lancia la Model Y Performance: nuo...
HPE aggiunge nuove funzionalità d...
Socket AM5 a rischio? ASRock prova a spe...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 03:42.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v