forked from mamedev/mame
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[anotherworld] vertical scrolling implementation is wrong #2
Comments
This was referenced May 29, 2017
After fixing #1 I can tell that the scrolling is certainly being performed in the opposite direction. |
felipesanches
added a commit
that referenced
this issue
May 31, 2017
I've inverted the direction of the scrolling, and some static backgrounds look good now. But scrolling animations are still wrong. |
felipesanches
changed the title
[anotherworld] vertical scrolling implementation may be wrong
[anotherworld] vertical scrolling implementation is wrong
Jun 1, 2017
felipesanches
pushed a commit
that referenced
this issue
Aug 21, 2017
* hp9845: improved keyboard mapping * hp9845: removed log message * hp9845: implemented SHIFT LOCK key. Added pop-ups to show state of toggle keys. Better naming of keys. * hp9845: implemented 45B/45C/45T variants with German keyboard layout * hp9845: updating of softkeys on bezel decoupled from their irq status * hp9845: lowered volume of beeper (was too loud according to A.Kueckes) * floppy: should have been ">=" from the start, ops! * floppy: ops #2! Left a debug printf in.. * hp9845: Added PORT_CHAR macros to characters on German kbd * hp9845: added output to layout LEDs for latching keys * hp9845: removed redundant PORT_NAMEs from German kbd mapping
felipesanches
pushed a commit
that referenced
this issue
Oct 30, 2017
Previous fix for CPX I posted a year ago was flawed and didn't handle overflow properly.
felipesanches
pushed a commit
that referenced
this issue
Nov 3, 2017
-------------------- E-Touch Mahjong Series #2: Joshiryou de NE! [ShouTime, Team Japump, The Dumping Union]
felipesanches
pushed a commit
that referenced
this issue
Jul 16, 2018
felipesanches
pushed a commit
that referenced
this issue
Dec 1, 2018
* Improve Taito Zoom ZSG-2 sound emulation zsg2.cpp: implement emphasis filter, this is a noise reduction scheme that amplifies higher frequncies to reduce quantization noise. zsg2.cpp: Add sample interpolation and another adjustable lowpass filter. This seems to be roughly what real hardware does... zsg2.cpp: Improve panning registers and identify DSP output gain registers. * zsg2: minor changes [nw] zsg2: Register 0b appears to be status flags [nw] zsg2: Linear ramping probably makes more sense [nw] * zsg2: slight adjustment of emphasis filter [nw] * zsg2: slight adjustment of emphasis filter #2 [nw] * zsg2: more sober ramping algorithm [nw]
felipesanches
pushed a commit
that referenced
this issue
Dec 1, 2018
* taito_zm.cpp : Updates Add DSP, Reduce MCFGs, Add device_mixer_interface for sound gain, Add imperfect_features related to DSP, Add notes * taito_zm.cpp : Fix TMS57002 clock * Improve Taito Zoom ZSG-2 sound emulation zsg2.cpp: implement emphasis filter, this is a noise reduction scheme that amplifies higher frequncies to reduce quantization noise. zsg2.cpp: Add sample interpolation and another adjustable lowpass filter. This seems to be roughly what real hardware does... zsg2.cpp: Improve panning registers and identify DSP output gain registers. * zsg2: minor changes [nw] zsg2: Register 0b appears to be status flags [nw] zsg2: Linear ramping probably makes more sense [nw] * zsg2: slight adjustment of emphasis filter [nw] * zsg2: slight adjustment of emphasis filter #2 [nw] * zsg2: more sober ramping algorithm [nw] * tms57002: add instructions 3c/3d, make them behave as NOP as they're undocumented and not understood * tms57002: Add dready callback for superctr (nw) * tms57002: Fixes to make Taito Zoom DSP working tms57002: Add undocumented instruction saom / raom, they set saturation mode for the ALU. tms57002: Implement MACC pipeline. tms57002: Add callbacks for EMPTY and PC0 pins. tms57002: Add a few unimplemented instructions. tms57002: Proper behavior of CMEM UPLOAD mode. tms57002: Fix an issue where program is not properly loaded if PLOAD is set after a program has already been written. * Documentation fix, properly identified registers as ramping control, will implement that soon [nw] * taito_zm: Working DSP emulation Pretty much OST quality now. A pretty decent upgrade from how it was previously, I'd say. * typo [nw] * just adding some quick notes about the WIP [nw] * Fix build [nw] * zsg2: Proper ramping implemenation, add register map, minor cleanups * oops [nw]
felipesanches
pushed a commit
that referenced
this issue
Dec 1, 2018
* taito_zm.cpp : Updates Add DSP, Reduce MCFGs, Add device_mixer_interface for sound gain, Add imperfect_features related to DSP, Add notes * taito_zm.cpp : Fix TMS57002 clock * Improve Taito Zoom ZSG-2 sound emulation zsg2.cpp: implement emphasis filter, this is a noise reduction scheme that amplifies higher frequncies to reduce quantization noise. zsg2.cpp: Add sample interpolation and another adjustable lowpass filter. This seems to be roughly what real hardware does... zsg2.cpp: Improve panning registers and identify DSP output gain registers. * zsg2: minor changes [nw] zsg2: Register 0b appears to be status flags [nw] zsg2: Linear ramping probably makes more sense [nw] * zsg2: slight adjustment of emphasis filter [nw] * zsg2: slight adjustment of emphasis filter #2 [nw] * zsg2: more sober ramping algorithm [nw] * tms57002: add instructions 3c/3d, make them behave as NOP as they're undocumented and not understood * tms57002: Add dready callback for superctr (nw) * tms57002: Fixes to make Taito Zoom DSP working tms57002: Add undocumented instruction saom / raom, they set saturation mode for the ALU. tms57002: Implement MACC pipeline. tms57002: Add callbacks for EMPTY and PC0 pins. tms57002: Add a few unimplemented instructions. tms57002: Proper behavior of CMEM UPLOAD mode. tms57002: Fix an issue where program is not properly loaded if PLOAD is set after a program has already been written. * Documentation fix, properly identified registers as ramping control, will implement that soon [nw] * taito_zm: Working DSP emulation Pretty much OST quality now. A pretty decent upgrade from how it was previously, I'd say. * typo [nw] * just adding some quick notes about the WIP [nw] * Fix build [nw] * zsg2: Proper ramping implemenation, add register map, minor cleanups * oops [nw] * taito_zm.cpp / zsg2.cpp - more improvements zsg2.cpp: Attempt to reduce clicks zsg2.cpp: Made the emphasis filter much more simple. I think this matches hardware, as a filter like this could be implemented with very few gates in hardware. Also reset the filter state when the sample position reaches the start address, this fixes raycris song #9 taito_zm.cpp: Adjust volume balance, hopefully fixing psyvarrv. I would need hardware recording for proper verification though tms57002: forgot MACC pipelining for some instructions
felipesanches
pushed a commit
that referenced
this issue
Mar 4, 2021
New working software list additions ----------------------------------- Collector D - Bangai-hen - Gokurakudai Nishichiku Sales Daisakusen [redump.org] Eikan wa Kimi ni 2 - Koukou Yakyuu Zenkoku Taikai (HMC-144) [redump.org] Gokichi-kun Series - Igo Nyuumon Doujou [redump.org] Hiragana no Ehon [redump.org] Hirou [redump.org] Hyper Planet Shiki Vol. 1 [redump.org] Igo II (HMA-219) [redump.org] Joshikousei Shoujo Densetsu - Cosplay Special [redump.org] Mahjong Gensoukyoku II - Mahjong Fantasia [redump.org] Mahjong Gensoukyoku III - Mahjong Fantasia the 3rd Stage [redump.org] NHK Jissen Eikaiwa (HMC-120A) [redump.org] Soft de Hard na Monogatari [redump.org, wiggy2k] Soft de Hard na Monogatari 2 [redump.org, wiggy2k] Vampire High School [redump.org] New not working software list additions --------------------------------------- Cyber Motion V1.0 [redump.org, wiggy2k] Hyper Planet for Marty [redump.org] L'Empereur [redump.org] Lettuce Cooking - Tanoshiku Tsukureru Obentou [redump.org] Nemurenu Yoru no Chiisana Ohanashi [redump.org] Sensual Angels [redump.org] Replaced software list items ---------------------------- AIV - A Ressha de Ikou 4 [redump.org, wiggy2k] AmbivalenZ - Niritsu Haihan [redump.org] America Oudan Ultra Quiz [redump.org] Beast III [redump.org] Cybercity [redump.org] Digital Pinup Girls Vol. 1 - Sexy Shooting [redump.org] DOR Special Edition Sakigake [redump.org] Emerald Dragon [redump.org] Eye of the Beholder II - The Legend of Darkmoon [redump.org] Game Technopolis Super Collection 1 [redump.org] Gekirin - Ushinawareshi Houken [redump.org] Image Fight [redump.org] Jangou 4 [redump.org] Jankirou [redump.org] Joshikousei Shoujo Hatsunetsu [redump.org] Joshua [redump.org] Lemmings 2 - The Tribes [redump.org] Libble Rabble [redump.org] Many Colors [redump.org] Metal Eye [redump.org] Mirrors [redump.org] Murder Club DX [redump.org] My Eyes! [redump.org] Prince of Persia 2 - The Shadow and the Flame [redump.org] Rainbow Islands - The Story of Bubble Bobble 2 - Extra Version [redump.org] Regional Power II [redump.org] Sayaka + Miho [redump.org] The 4th Unit 4 - Zero [redump.org] The Atlas II [redump.org, wiggy2k] Tokio - Tokyo-to Dai-24-ku [redump.org] Toudou Ryuunosuke Tantei Nikki - Ougon no Rashinban - Shouyoumaru San Francisco Kouro Satsujin Jiken [redump.org] Ultima Trilogy I-II-III [redump.org] Volfied [redump.org] Wing Commander II - Vengeance of the Kilrathi - Special Operations 1 & Special Operations 2 [redump.org] Words Worth [redump.org] Software list items promoted to working --------------------------------------- Ms. Detective File #2 - Sugata-naki Irainin [wiggy2k]
felipesanches
pushed a commit
that referenced
this issue
Mar 4, 2021
- Fix unintialized variable issue in zippath_resolve - Eliminate one internal helper function
felipesanches
pushed a commit
that referenced
this issue
Aug 11, 2021
----------------------------------- mbee_flop: 56k 56k_master_91 56k_sys 56k_system_master_84_01 56k_system_master_early 64kmaster 64k_premium_master 64k_premium_system_disk 64k_zcpr1.6 128k boot disk (set 1) 128k boot disk (set 2) 128k Premium Master 1986/07 128k Premium Master Early 128k Premium Starter 1986/07 128k Premium System 1988/03 128k Starter Disk 128k Turbodisk II (set 2) 128kp Premium System 1988/03 128kp_master (set 1) 128kp_master (set 2) 128kp_starter 128ks 128ks_master 128ks_swedish_boot 128ks_utility 128k_swedish_boot_disk 128k_system_master_35 256tc_diagnostics 256tc_intro 256tc_system_disk_rel1_1987 256tc_system_disk_rel2_1987 256tc_system_disk_rel3_1988/06 256tc_system_disk_rel4_1988/09 256tc_system_master 256tc_utility_disk_rel2 2 Golf Games 3 Golf Games t01 3 Golf Games t04 Advanced (touch) Typing Tutor Adventure Games #1 Adventure Games (set 1) Adventure Games (set 2) adventure1 adventure_13 adventure_14 Agricultural Studies Air Track t01 Air Track t04 Air_Track Alan's Adventure's Disk 2 (set 1) Alan's Adventure's Disk 2 (set 2) Alan's Adventure's Disk 3 (set 1) Alan's Adventure's Disk 3 (set 2) Alan's Adventure's Disk 4 (set 1) Alan's Adventure's Disk 4 (set 2) Alan's Games Disk 4 Arcade Games 1 Arcade Games 1 t01 Arcade Games 1 t04 Arcade Games 2 t01 Arcade Games 2 t03 Arcade Games 2 t04 Arcade Games 3 Arcade Games 4 t03 Art Auction Australia 2020 Australiana Quiz Game Basic Games 05 Battleship Bee Casino t01 Bee Casino t04 Bee Draw 1.0 Bee Scientist 1 t01 Bee Scientist 1 t04 Beenet Beesware Word Study Beetalker and Beethoven demo Bennett Data Multiplexer Buzznet III v1.3 (set 1) Bennett Data Multiplexer Buzznet III v1.3 (set 2) Bennett Data Multiplexer Communications Programme master demo Bernie Nichols Educational Graphics Bernie Nichols Language Arts Bernie Nichols Reading Programs Bernie Nichols Science and Miscellaneous Bernie Nichols Spelling Programs Biological Science Birds of Antarctica Bondwell Speech Brian Howarths Mystery Adventures Bushwalking Adventure Business and Home Database Buzznet 3.4 Buzznet iii Demo Disk bwmod C.A.Sinclair Educational Disk Carefile v1.3 Cashbook_v2.1 (set 1) Cashbook_v2.1 (set 2) Cheryl Goding Demo Disk ChickenMan's Adventure's Disk 10 ChickenMan's Adventure's Disk 11 ChickenMan's Adventure's Disk 12 ChickenMan's Adventure's Disk 15 ChickenMan's Adventure's Disk 16 ChickenMan's Adventure's Disk 18 ChickenMan's Adventure's Disk 19 ChickenMan's Adventure's Disk 2 ChickenMan's Adventure's Disk 20 ChickenMan's Adventure's Disk 21 ChickenMan's Adventure's Disk 22 ChickenMan's Adventure's Disk 23 ChickenMan's Adventure's Disk 24 ChickenMan's Adventure's Disk 25 ChickenMan's Adventure's Disk 26 ChickenMan's Adventure's Disk 27 ChickenMan's Adventure's Disk 28 ChickenMan's Adventure's Disk 29 ChickenMan's Adventure's Disk 3 ChickenMan's Adventure's Disk 30 ChickenMan's Adventure's Disk 4 ChickenMan's Adventure's Disk 5 ChickenMan's Adventure's Disk 6 ChickenMan's Adventure's Disk 7 ChickenMan's Adventure's Disk 8 ChickenMan's Adventure's Disk 9 ChickenMan's Games Demo Disc Chickenman's Games Disk 2 (set 2) Chickenman's Games Disk 4 (set 1) Chickenman's Games Disk 4 (set 2) Chickenman's Games Disk 5 (set 1) Chickenman's Games Disk 5 (set 2) Chickenman's Games Disk 8 Chickenman's Games Disk 9 (set 1) Chickenman's Games Disk 9 (set 2) Chickman's Games Disk 2 (set 1) Chip8 v2.3 Christmas Carols t04 CIAB boot menu CIAB Double-sided Master CIAB menu sample CIAB System Master CIAB System Master 1985/03 CIAB System Master 1986/02 Citadel of Chaos v2.01 Cloze Exercises Colossal Cave Colour Sampler 1 Commsoft Roots/M Complete Scott Adams Original Adventures Composer Bee Plus Comprobe 1.00 cpm3_61k (set 1) cpm3_61k (set 10) cpm3_61k (set 2) cpm3_61k (set 3) cpm3_61k (set 4) cpm3_61k (set 5) cpm3_61k (set 6) cpm3_61k (set 7) cpm3_61k (set 8) cpm3_61k (set 9) cpm3_dri (set 1) cpm3_dri (set 10) cpm3_dri (set 2) cpm3_dri (set 3) cpm3_dri (set 4) cpm3_dri (set 5) cpm3_dri (set 6) cpm3_dri (set 7) cpm3_dri (set 8) cpm3_dri (set 9) cpm3_y2k (set 1) cpm3_y2k (set 10) cpm3_y2k (set 2) cpm3_y2k (set 3) cpm3_y2k (set 4) cpm3_y2k (set 5) cpm3_y2k (set 6) cpm3_y2k (set 7) cpm3_y2k (set 8) cpm3_y2k (set 9) Cricket t01 Cricket t04 Crossword Capers Cunning Running D.Heym Common Fractions D.Heym Counting Numbers D.Heym Directed Numbers D.Heym Number Lines D.Heym Various databuzz_beenet_version David Ahls Adventures DBase II (backup) Demonstration Disk t02 Denham 1 Denham 2 Denham 3 Denham 4 Denham Easy Stats Denham Kings Trees Aces Disk Beecomposer Disk Cataloger Disk Test v3.9 Doodle Draw v1.1 Dragon Spells Dungeons of Khan Early Word v1.3 education_01 education_02 education_03 education_04 education_05 education_06 education_07 education_08 education_09 education_1 education_10 education_11 education_12 education_3 education_4 education_5 education_6 education_7 education_8 education_9 Electric Paintbrush Slide Show electric_paintbrush_chalkboard_1.01 electric_paintbrush_fonts electric_paintbrush_mouse_1.22 empty_ciab_sys English EPSGmod Files Extended Turtle 4.3p Extended Turtle 4.6p Family Favourites t03 Family Favourites t04 Family Games 1 t01 Family Games 1 t03 Family Games 1 t04 Faust Adventure Filemaster v2 First Fleet (set 1) First Fleet (set 2) First Fleet (set 3) First Fleet (set 4) Fortris FTL Modula2 disk1 FTL_Modula2 disk2 FTL_Modula2 disk3 Games from Wildcards Vol 1,2,3,4 Games2 Geograbee Geography 1 Geography 2 Geography 3 Getting to know your Microbee Ghost Muncher / Kilopede Gold-dust Island Goodison Demo Goodison Education 1 Goodison Education 2 Goodison Education 3 Goodison Mathematics Goodison Speed Reading Goodison Spelling Goodison Words Graphic Adventures 1 t01 Graphic Adventures 1 t04 Greybeard Tape Files (set 1) Greybeard Tape Files (set 2) Hangman Hiplot Hoards of the Deep Realm 1.0 (set 1) Hoards of the Deep Realm 1.0 (set 2) Hoards of the Deep Realm 1.1 (set 1) Hoards of the Deep Realm 1.1 (set 2) Hoards of the Deep Realm 11t (set 1) Hoards of the Deep Realm 11t (set 2) Home Economics Honeysoft Arcade Games Vol II Honeysoft Demo Disk Honeysoft Demo Disk t04 Honeysoft Microbee Adventures Vol Three (set 1) Honeysoft Microbee Adventures Vol Three (set 2) Honeysoft Microbee Adventures Vol Two (set 1) Honeysoft Microbee Adventures Vol Two (set 2) Honeysoft Microbee Text Adventures Vol One (set 1) Honeysoft Microbee Text Adventures Vol One (set 2) Icon Editor v1.4 impact_media_shareware_d1 impact_media_shareware_d2 Information Express v1.2 Isbok Adventure Jewels of Sancara Island JHBeesware 2 JHBeesware 3 JHBeesware1 Job Option Bank v4.52 Joystick Games 1 t03 Joystick Games 1 t04 Kids Pack 1 t03 Kids Pack 1 t04 Kids Pack 2 t03 Label Generator Program Learning Can Be Fun more t01 Learning Can Be Fun more t03 Learning Can Be Fun more t04 Learning Can Be Fun numbers t01 Learning Can Be Fun numbers t04 Learning Can Be Fun Words and Numbers t04 Learning Can Be Fun words t01 Leisure Suit Larry Let's Go Punting (set 1) Let's Go Punting (set 2) Lets Eat Worms Machine-Code and Basic Tutorials Manual Arts Mathematics #1 Mathematics #2 Melbourne to Hobart Yacht Race Simulation Membership Maintenance System v1.30 Menu of Arcade Games (set 1) Menu of Arcade Games (set 2) Menu of Arcade Games (set 3) Menu of Arcade Games (set 4) Menu of Games 7 Menu of games and other programs (set 1) Menu of games and other programs (set 2) Menu of games and others on Disk #3 (set 1) Menu of games and others on Disk #3 (set 2) Menu of Games Disk #1 (set 1) Menu of Games Disk #1 (set 2) Menu of Games on Disk (set 1) Menu of Games on Disk (set 2) Micro Defender Microbear Public Domain Microbee Arcade Games #1 Microbee Arcade Games #2 Microbee Lines v0.1 Micropen 1.0 Microspace Invaders II Milestone 1.09 Millionwaire 3.0 (set 1) Millionwaire 3.0 (set 2) MMD Educational mouse_bios9 MUGWA Amateur Radio programs MUGWA Beeforth MUGWA boot disk MUGWA dbase_001 MUGWA dbase_002 MUGWA dbase_a_001 MUGWA dbase_a_002 MUGWA dbase_a_003 MUGWA dbase_a_004 MUGWA dbase_a_005 MUGWA macro_001 MUGWA paslib2_000 MUGWA rom_pak MUGWA Small-C Musicraft Musicraft Nanoc the Destroyer / Jumpman (set 1) Nanoc the Destroyer / Jumpman (set 2) Nanoc the Destroyer II / Freedom Fighter / Missile Dodger (set 1) Nanoc the Destroyer II / Freedom Fighter / Missile Dodger (set 2) Nanoc's Revenge Nemesis 1.2 Nemesis Dungeon Master Networked Educational 1 Networked Educational 2 Networked Educational 3 Number Line Set One World Countries Database 1.01 ORAC Explorers ORAC Scientists 1 v3.1 Our World t02 Our World t04 Pascals Triangle Set PAWcomp Adventure compiler Penguin Book of Microbee Games Penny Arcade t02 Penny Arcade t03 Penny Arcade t04 Peter Broughton v1.1 Peter Broughton v1.2 Peter Broughton v2.0pre deepdene Peter Broughton v2.2 Peter Broughton v2.2p 1of2 (set 1) Peter Broughton v2.2p 1of2 (set 2) Physical Science Plan80 v2.4 Poster Disk 1987 Premium Beeartistic 1.30 premium1 premium2 Primary Rime Lessons Primary Teachers Rollbook Printmaster 1.0 Printmaster 1.10a Printmaster Graphics Editor Printmaster Plus 1.46 R.A.C.E.R. Raft-away River Random Basic games Research Logo 1.0 Research Logo 1.0a Research Logo 1.0a+ Richard Larkins Games Scavenger Hunt Science Tutorial 1 t01 Science Tutorial 1 t02 Science Tutorial 1 t04 Science Tutorial 2 t01 Science Tutorial 2 t04 Selection Menu (set 1) Selection Menu (set 2) Sheep-dog Trial Simon Gerraty 80/40 Track Bios 4.2b (set 1) Simon Gerraty 80/40 Track Bios 4.2b (set 2) Simple and Compound Interest Simple Business Graphics Simply DB 1.20c Simply DB 2.02 Simply Write Font Editor v2.04 Simply Write v2.04 Simply Write v3.02 Simply Write v3.03 Sketch Pad Smart Model Controller v1.12m Smartkey v1.1a SMUG 02 SMUG Tape Library Social Science Social Studies Oracle t03 Social Studies Oracle t04 Social Studies t01 Social Studies t04 Springboard Clipart Storymaker 128k Storymaker 256tc Strategic Games 1 t01 Strategic Games 1 t03 Strategic Games 1 t04 Survivor swedish_128k_boot_disk Sword Quest / Microspace Invaders II / The Valley / Caves Sydney Approach Takeover: warriors against the world Tantrix Technical Drawing t01 Technical Drawing t04 Telcom 2.0/2.2 (for 64k) Telcom 3.0 Upgrade (for 128k/256tc) The Mob From Evil The Mob From Evil The Winners Thunder Road Adventure 1.2 Tim Hartnell Adventures Timegap-x Timetable Blocker 5.1 Timetable Manager 4.3 Turbo Pascal Turbodisk II (set 1) turtle utilities Utility Various Scottfree Adventures Disk 17 Venture Writer 2.1 Viatel Upgrade v1.3a Viper Visual Programming t03 Wanderer Wavplay 2.3 Ways We Were WDPROC - Word Processing Package Word Puzzles Wordgraph A, v02 Wordgraph A, v04 Wordstar 3.3 Wordstar 4.0 wordstar v3.3 1of2 Wordstar v3.3 2of2 Zeephon zpm3_61k (set 1) zpm3_61k (set 2) zpm3_61k (set 3) zpm3_61k (set 4) zpm3_61k (set 5) zpm3_y2k (set 1) zpm3_y2k (set 2) zpm3_y2k (set 3) zpm3_y2k (set 4) zpm3_y2k (set 5) [Robbbert]
felipesanches
pushed a commit
that referenced
this issue
Aug 11, 2021
* nes.xml: add Action 53 based games New working software list additions ----------------------------------- Streemerz - Action 53 Function 16 Volume 1 (R.C.#2) [Damian Yerrick, NESDev] Double Action 53 Volume 2 (R.C.#2) [Damian Yerrick, NESDev] Action 53 Vol. 3 - Revenge of the Twins [Damian Yerrick, NESDev] action53.cpp: * on start up point prg to correct final bank based on cart size * allow full 9-bit bank select per the spec * switch to shorter type names, u8 etc Co-authored-by: 0kmg <[email protected]>
felipesanches
pushed a commit
that referenced
this issue
Jul 22, 2024
…with better dumps. (mamedev#12214) Replaced Veldslag (Netherlands), Zeeslag (Netherlands), and Zoo (Europe) wiht better dumps. [file-hunter] New working software list items (msx2_flop.xml) ------------------------------- Mitsubishi ML-G30 [file-hunter] Atlas / Encyclopedie (Belgium) [file-hunter] Belasting Diskette 1989 (Netherlands) [file-hunter] Brainstorm (Netherlands) [file-hunter] Cheat Master (Netherlands) [file-hunter] Compass - Finally Free Edition (v1.2.09) [turbor] Copy Aid Tenka Muteki (Japan, v2.32+) [file-hunter] Copy Aid Tenka Muteki (Japan, v2.32) [file-hunter] Copy Aid Tenka Muteki (Japan, v2.30) [file-hunter] Copy Aid Tenka Muteki (Japan, v2.20) [file-hunter] Copy Aid Tenka Muteki (Japan, v2.12) [file-hunter] DemoKit Deluxe (Netherlands) [file-hunter] Disk Album 42 - MSX-C Nyuumon Jougekan (Japan) [file-hunter] DupeDisk (Netherlands, v1.02) [file-hunter] DupeDisk (Netherlands, v1.02) [file-hunter] F1 Tool Disk (Japan) [file-hunter] F1 Tool Disk II (Japan) [file-hunter] FAC Soundtracker (Netherlands, v2.0) [file-hunter] FAC Soundtracker Pro (Netherlands, v1.03) [file-hunter] FAC Soundtracker Pro (Netherlands, 1992) [file-hunter] MSX2 Disk Backup Tool - Focus (Japan, v2.0) [file-hunter] Home Office - MSX Designer (Italy) [file-hunter] Home Office 2 (Italy) [file-hunter] Image Maker & Poster 8 (Netherlands) [file-hunter] Melbrains Note (Japan?) [file-hunter] MIDI Saurus (Japan) [file-hunter] MoonBlaster (Netherlands, v1.4) [file-hunter] MoonBlaster Music #2 (Netherlands) [file-hunter] MSX BASIC Kun (Netherlands) [file-hunter] MSX Technical Guidebook - The Fourth Edition (Japan) [file-hunter] Music Editor Onchi-kun (Japan) [file-hunter] Nihongo Waupuro Bunsho Sakuzaemon (Japan) [file-hunter] Palet 2 (Netherlands) [file-hunter] PictureKit Deluxe (Netherlands) [file-hunter] Print Shop II (Japan, cracked) [file-hunter] Private School (Japan) [file-hunter] PSG Tracker (Netherlands) [file-hunter] Superscreendumper (Netherlands) [file-hunter] Synth Saurus Ver2.0 (Japan, v2.03) [file-hunter] T/Maker IV [file-hunter] De T.V. Krant (Netherlands) [file-hunter] Troubles in Town (Netherlands) [file-hunter] Turbowipe (Netherlands) [file-hunter] Ultra BASIC (Netherlands) [file-hunter] Workmate (Europe) [file-hunter] Animecha (Japan, v2.00) [tempest] Copy CAT (Japan, v2.00) [file-hunter] Developer II (Netherlands) [file-hunter] DMK Creator (v6.3) [cbsfox] DSKPRO (v11.6) [cbsfox] DSKPRO (v9.01) [cbsfox] DSKPRO (v6.51) [cbsfox] DSKPRO Light (v1.4) [cbsfox] EPROM - Extra Products ROM (Netherlands) [file-hunter] The Magical Editor (German) [file-hunter] MSX Utility Disk (Netherlands) [file-hunter] Pro-tracker (Netherlands) [file-hunter] Sampbox 2 Deluxe (Netherlands) [file-hunter] Sampbox 3 Deluxe (Netherlands) [file-hunter] Sampbox 4 Macro (Netherlands) [file-hunter] Studio FM (Netherlands) [file-hunter] Super-X (Japan, v1.2) [file-hunter] Synchro Copy [file-hunter] TwinCopy (Japan) [file-hunter] New software list items marked not working (msx2_flop.xml) ------------------------------------------ Easy Telopper II (Japan) [file-hunter] NMS 1170 (Netherlands) [file-hunter] MSX Data Communications (Netherlands, v1.7) [file-hunter] Panasonic FS-IFA1 (Japan) [file-hunter] Amimoto-san (Japan) [file-hunter] Amimoto-san 2 (Japan) [itochi] GFX9000 Toolbox [file-hunter] Graph Saurus Ver.2.1 Interlace Mode Plus (Japan) [file-hunter] Multi-Barcode (Netherlands) [file-hunter] Barad (Netherlands) [file-hunter] Philips NMS 8280 Digitiser Disk (Netherlands) [file-hunter] Print Shop II (Japan) [file-hunter] TraxPlayer [file-hunter]
felipesanches
pushed a commit
that referenced
this issue
Aug 3, 2024
…medev#12582) * Improved some NV Magazine titles. * Removed Removed "R・SYSTEM 3.2 (Japan)", (part of NV Magazine 1996-12). New working software list items (msx2_flop.xml) ---------------------------- NV Hokkaido Vol. 1 (Japan) [file-hunter] NV Magazine 1 (Japan) [file-hunter] NV Magazine 2 (Japan) [file-hunter] NV Magazine #3 (Japan) [file-hunter] NV Magazine 4 (Japan) [file-hunter] NV Magazine #5 (Japan) [file-hunter] NV Magazine #7 (Japan) [file-hunter] NV Magazine #8 (Japan) [file-hunter] NV Magazine #9 (Japan) [file-hunter] NV Magazine #10 (Japan) [file-hunter] NV Magazine mamedev#20 (Japan) [file-hunter] NV Magazine mamedev#21 (Japan) [file-hunter] NV Magazine mamedev#22 (Japan) [file-hunter] NV Magazine mamedev#23 (Japan) [file-hunter] NV Magazine mamedev#24 (Japan) [file-hunter] NV Magazine mamedev#26 (Japan) [file-hunter] NV Magazine 1996-10 (Japan) [file-hunter] NV Magazine 1996-11 (Japan) [file-hunter] NV Magazine 1998-6 (Japan) [file-hunter] NV Magazine 1998-9 (Japan) [file-hunter] NV Magazine 1998-10 (Japan) [file-hunter] NV Magazine 1999-1 (Japan) [file-hunter] NV Magazine 1999-2 (Japan) [file-hunter] NV Magazine 1999-3 (Japan) [file-hunter] NV Magazine 1999-5 (Japan) [file-hunter] NV Magazine 1999-6 (Japan) [file-hunter] NV Magazine 1999-7 (Japan) [file-hunter] NV Magazine 1999-8 (Japan) [file-hunter] NV Magazine 1999-9 (Japan) [file-hunter] NV Magazine 1999-10 (Japan) [file-hunter] NV Magazine 1999-11 (Japan) [file-hunter] NV Magazine 2000-1 (Japan) [file-hunter] NV Magazine 2000-2 (Japan) [file-hunter] NV Magazine 2000-3 (Japan) [file-hunter] NV Magazine 2000-4 (Japan) [file-hunter] NV Magazine 2000-5 (Japan) [file-hunter] NV Magazine 2000-6 (Japan) [file-hunter] NV Magazine 2000-7 (Japan) [file-hunter] NV Magazine 2000-8 (Japan) [file-hunter] NV Magazine 2000-9 (Japan) [file-hunter] NV Magazine 2000-10 (Japan) [file-hunter] NV Magazine 2000-11 (Japan) [file-hunter] NV Magazine 2000-12 (Japan) [file-hunter] NV Magazine 2002-1 (Japan) [file-hunter] NV Magazine 2002-2 (Japan) [file-hunter] NV Magazine 2002-4 (Japan) [file-hunter] NV Magazine 2002-5 (Japan) [file-hunter] NV Magazine SP #2 (Japan) [file-hunter] NV Magazine Special #3 (Japan) [file-hunter] NV Magazine Special #4 (Japan) [file-hunter] NV Magazine Special #6 (Japan) [file-hunter] NV RSDM #4 (Japan) [file-hunter] New software list items marked not working (msx2_flop.xml) ---------------------------- NV Magazine 1996-12 (Japan) [file-hunter] NV Magazine 1998-11 (Japan) [file-hunter] NV Magazine 2001-12 (Japan) [file-hunter] NV Magazine 2002-3 (Japan) [file-hunter]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vertical scrolling is implemented via an attribute to the copyPage video command.
It is used for shaking the screen (conveying the sense of an earthquake) in the first level of the game. In that level, the current implementation seems to work properly.
It is also used on the elevator scene. But in that scene I get the impression that the scrolling is reversed (scrolling in the wrong direction). I must observe, though, that this may not actually be a scrolling issue, as the background rendering seems corrupted upon first screen loading even before triggering vertical scrolls by going up & down in the elevator. So this may be a side-effect of some other screen rendering issue, instead.
The text was updated successfully, but these errors were encountered: