mahlemiut
5fcb2d1e38
attache: better method of retrieving the upper 8 bits of the I/O address lines (no whatsnew)
2013-05-21 10:10:54 +00:00
Miodrag Milanovic
aeeb15c39c
used parent image names so it will work for cmd parameters, also multiple images are supported (nw)
2013-05-21 09:28:50 +00:00
Miodrag Milanovic
58275daa44
Added NVRAMs for devices in software item named folder [Miodrag Milanovic]
...
out of whatsnew:
This should help storing per game eeproms and other nvrams.
NVRAM of root device is only stored in main folder in this case, since that is main machine nvram if any
2013-05-21 08:35:40 +00:00
mahlemiut
e9cd96adfb
(MESS) New not working system: Otrona Attache [Al Kossow, Barry Rodewald]
2013-05-21 08:12:21 +00:00
Fabio Priuli
a1ece8f175
(MESS) replaced previous dump with the correct one, from TeamEurope. nw.
...
I'm not sure it this is loaded correctly or if it should be loaded as vii, but it triggers unemulated opcodes in either way, so I leave it to whoever wants to work on it...
2013-05-21 07:08:45 +00:00
cracyc
7e1e79610e
(mess) pc1512: permit the ega to used until built-in graphics work (nw)
2013-05-21 03:18:11 +00:00
Brian Troha
5320f14461
new WWF Wrestlemania clone added
...
New Clone Added
-------------------------------
WWF: Wrestlemania (rev 1.1 07/11/95) [Brian Troha, The Dumping Union]
2013-05-21 00:54:26 +00:00
cracyc
f907e23d2e
(mess) oops (nw)
2013-05-21 00:02:50 +00:00
cracyc
0dc1969ece
(mess) pc1512: pc1640 don't crash (nw)
...
--
The floppy boots but nothing will display.
2013-05-20 23:12:58 +00:00
Michaël Banaan Ananas
d9622a3054
fix tile/sprite regression (MT 05197)
2013-05-20 22:56:00 +00:00
Michaël Banaan Ananas
bdd112a6ea
derp
2013-05-20 21:50:20 +00:00
Michaël Banaan Ananas
f192f456a5
ok
2013-05-20 20:25:04 +00:00
Michaël Banaan Ananas
32028969e1
lastly, cleanups
2013-05-20 19:40:13 +00:00
Michaël Banaan Ananas
b2e3b2a202
misc small update
2013-05-20 18:59:31 +00:00
cracyc
4b79d68e85
(mess) pc1512: fix pc1512 floppy (nw)
2013-05-20 18:12:32 +00:00
Michaël Banaan Ananas
c9203d99f5
f003 reads are discarded immediately
2013-05-20 17:54:18 +00:00
Michaël Banaan Ananas
5745039e6f
another dipsw update
2013-05-20 17:36:32 +00:00
Michaël Banaan Ananas
71dbe9715c
dipswitch a/b stuff
2013-05-20 16:28:26 +00:00
Michaël Banaan Ananas
e93fabd8d3
fix discarded prom bit, specifically:
...
- int g = (data&0x38)>>2;
+ int g = (data&0x38)>>3;
2013-05-20 15:33:16 +00:00
Curt Coder
e05071de27
(MESS) vk100/vt100: Added RS-232 port and COM5016T baud rate generator. [Curt Coder]
2013-05-20 13:52:10 +00:00
Curt Coder
f522295e74
(MESS) Added RS-232 ports to several drivers. [Curt Coder]
2013-05-20 13:51:14 +00:00
Curt Coder
ffa38a949f
Cleanup. (nw)
2013-05-20 13:50:31 +00:00
Curt Coder
cd1d3d286e
mpz80: Fixed terminal. [Curt Coder]
2013-05-20 13:50:06 +00:00
Curt Coder
11430aac52
(MESS) superslave: Refactored serial terminal to connect to an RS-232 port. [Curt Coder]
2013-05-20 13:49:31 +00:00
smf-
f230fd7250
removed some redundant uses of DEVICE_SELF (nw)
2013-05-20 10:44:27 +00:00
Michaël Banaan Ananas
00132ec348
small update
2013-05-20 09:31:21 +00:00
Miodrag Milanovic
1c05ccc93b
Cleanups and version bump
2013-05-20 06:51:25 +00:00
David Haywood
cae878c9b4
some better set naming (nw)
2013-05-20 03:02:45 +00:00
David Haywood
1c67d79ea1
old achocode ;-)
2013-05-20 02:51:43 +00:00
David Haywood
7e91c3f2b5
new clones
...
Final Fight (bootleg) [ANY]
2013-05-20 02:32:22 +00:00
Ryan Holtz
daa3ae3b10
fix incorrect bloom functionality in fullscreen mode, nw
2013-05-20 01:20:22 +00:00
David Haywood
1b8c5fdc29
testing...
2013-05-20 00:16:06 +00:00
David Haywood
a4030229e2
PGM improvements [iq132]
...
- Implemented the bitswap protection for Killing Blade allowing all regions to work.
- Implemented additional protection required by Dragon World 3, the game is not any
Further along, but it is much cleaner code.
- Implemented bitswap protection and several DMA modes for olds. The ram_dump hack
is no longer required. The protection simulation is still somewhat incomplete.
2013-05-20 00:09:58 +00:00
David Haywood
9030e832e2
Pang (bootleg, set 4) [ANY]
2013-05-19 22:36:44 +00:00
Ryan Holtz
5c0fb782dd
Reset D3D device before destroying device. Fixes crash when selecting games from internal menu with HLSL enabled. nw
2013-05-19 22:30:52 +00:00
David Haywood
bff57eb2a0
Gals Panic II (English) [ANY] (uncertain set composition) (not working)
2013-05-19 22:27:14 +00:00
David Haywood
009e761e43
new clones
...
Power Spikes (US) [ANY]
2013-05-19 22:20:07 +00:00
Ryan Holtz
675796fe23
fix vector bloom, nw
2013-05-19 21:53:08 +00:00
Curt Coder
1d3030a04e
(MESS) mpz80: Refactored to use serial terminal thru an RS-232 port. [Curt Coder]
2013-05-19 21:44:31 +00:00
David Haywood
c41d024165
more explicit descriptions for the two 'horizon' things too, keeps -validate happy in combined build (nw)
2013-05-19 21:22:02 +00:00
Curt Coder
9e08433e2a
and parent (nw)
2013-05-19 20:56:15 +00:00
Curt Coder
c16df5ab3a
Fix name collision. (nw)
2013-05-19 20:54:58 +00:00
Fabio Priuli
d324299f74
(MESS) slightly consolidated save/restore in sms/gamegear, still not reliable. nw.
2013-05-19 20:51:36 +00:00
Curt Coder
53c85ca223
(MESS) horizon: WIP. (nw)
2013-05-19 20:50:40 +00:00
Ryan Holtz
4c40273047
remove double-alloc of texture_manager, nw
2013-05-19 20:49:53 +00:00
Ryan Holtz
169ac5250e
potential crash fix, nw
2013-05-19 20:37:15 +00:00
Curt Coder
e288e8772b
(MESS) mpz80: Fixed regression. (nw)
2013-05-19 20:31:33 +00:00
Ryan Holtz
6d75797ddb
Fix DFJustin's crash, nw
2013-05-19 20:20:36 +00:00
David Haywood
fc0c575101
new clones
...
Red Fox War Planes II (China, set 2) [The Dumping Union]
2013-05-19 19:19:04 +00:00
Oliver Stöneberg
80dbfdec59
fixed some initialization and cleanup issues with new D3D code (nw)
2013-05-19 19:14:45 +00:00
Michaël Banaan Ananas
17639324ca
(note)
2013-05-19 18:56:08 +00:00
Oliver Stöneberg
edd2d136a0
unrolled modulo in {div|divu}_64x32_rem() and {mod|modu}_64x32() since it is apparently faster - this also gets rid of a duplicated div operation in {div|divu}_64x32_rem() / div*_64x32_rem() now call div*_64x32() (nw)
2013-05-19 18:48:10 +00:00
Michaël Banaan Ananas
46c6b98571
- input/DIP bugs fixed in several drivers [Sonikos]
...
(note to Sonikos: 02650 will stay open, and 03673 won't be fixed until namcos10.c runs)
2013-05-19 18:43:41 +00:00
Fabio Priuli
20cfe5cdef
(MESS) ngp.c: added save state support to the driver [Fabio Priuli]
2013-05-19 18:09:24 +00:00
Fabio Priuli
de75ead0af
(MESS) wswan.c: updated rom banking mechanism to be save state friendlier and added save state
...
support to the driver [Fabio Priuli]
2013-05-19 18:05:34 +00:00
R. Belmont
917453a17e
libflac: Improve portability for older versions of Xcode [John Gilbert]
2013-05-19 18:01:21 +00:00
R. Belmont
b20054b05a
capcom.c: Add missing SHA1s for some pinball sets [John Gilbert]
2013-05-19 18:00:40 +00:00
Ryan Holtz
e028e20476
- "And he did give them CRT bloom, and it scorched their eyes so; and they wept
...
openly, for there was nothing left to see with" [MooglyGuy]
* Enabled vector bloom and associated .ini controls
* Added raster bloom and associated .ini controls, each bloom "level" is the
linear weight of successively half-sized render targets
* Removed D3D8 mode
* Mass renaming in D3D renderer to use namespaces, initial planning step to
HAL-based renderer implementation on Windows (i.e., GL on Windows)
* Converted d3d_info, d3d_poly_info, and d3d_texture_info into classes
* Added batching of vectors for possible speed increase
* Minor cleanup of shader state setting
2013-05-19 16:21:26 +00:00
R. Belmont
ec5c9bc680
promote Fruit Land to working + self-service (nw)
2013-05-19 16:19:23 +00:00
David Haywood
24bf09662c
Le Bagnard (Itisa, Spain) [Asociación de Usuarios de Máquinas Arcade y Pinballs]
2013-05-19 15:13:04 +00:00
Wilbert Pol
79cd4d05ee
(MESS) sms.c: Added readme. [Guru]
2013-05-19 14:41:37 +00:00
David Haywood
2450a3d4c0
new clones
...
Ms. Pac-Man ('Made in Greece' bootleg) [Ricky2001 (from AUMAP)]
this should be the original purpose for the board that was used for some of the Spanish bootlegs
2013-05-19 14:27:42 +00:00
Fabio Priuli
91b2349e82
this too.
2013-05-19 14:17:20 +00:00
Fabio Priuli
8e2a29b70e
(MESS) new skeleton driver for German V-Smile and added cart dumps to the software list [Team Europe]
2013-05-19 14:16:55 +00:00
Fabio Priuli
612386d350
sorry for the missing file
2013-05-19 13:19:17 +00:00
Curt Coder
206d3f4adf
(MESS) Added software lists for NorthStar Horizon/Advantage floppies. [Dave Dunfield]
2013-05-19 13:13:47 +00:00
Fabio Priuli
d8db372a73
whops.
2013-05-19 11:43:22 +00:00
Fabio Priuli
11bd8ef2a6
(MESS) lynx.c: modernized sound emulation, slightly simplified blitter
...
functions and added save state to the driver. [Fabio Priuli]
out of whatsnew: as with gb and nes, I plan to add the support save flag before 0.149 after some more testing
and, for the record, this driver would really need a volunteer willing to make devices out of the
code for mikey and suzy chips, which is currently spread in multiple source files...
2013-05-19 11:37:30 +00:00
Roberto Fresca
895b81cb95
Removed unused (and commented out) input port definition (nw)
2013-05-19 00:19:40 +00:00
R. Belmont
aeb8bd50dc
fix game name now that we can see all of it (nw)
2013-05-19 00:07:56 +00:00
Roberto Fresca
2a95f35b22
New games marked as GAME_NOT_WORKING
...
------------------------------------
The Drink [Any]
Unknown H8 Italian Gambling game [Any]
2013-05-19 00:07:50 +00:00
Scott Stone
7aff7be40a
compile fix (nw)
2013-05-18 23:57:02 +00:00
Scott Stone
a023e1b9bd
New clones added
...
----------------
Dragon's Lair 2: Time Warp (Euro v3.17) [italiandoh]
2013-05-18 23:46:08 +00:00
Roberto Fresca
bd2385e23f
Improvements to Golden Poker driver: [Roberto Fresca]
...
- Proper inputs for Videotron Poker selector.
- Figured out the Royale multiplexer system.
- Removed the unused Royale driver init.
- Both Royale sets promoted to working.
- Added technical notes.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Royale (set 1) [Roberto Fresca]
Royale (set 2) [Roberto Fresca]
Videotron Poker (cards selector) [Roberto Fresca, Any]
Videotron Poker (normal controls) [Roberto Fresca, Any]
New clones added
----------------
Jack Potten's Poker (set 7, Royale GFX) [Roberto Fresca, Any]
2013-05-18 23:11:38 +00:00
Curt Coder
9ca76ecd89
(MESS) sage2: Refactored serial terminal to connect thru an RS-232 port. [Curt Coder]
2013-05-18 20:46:39 +00:00
cracyc
b52aa647b8
genpc: fix xt (nw)
2013-05-18 19:19:04 +00:00
David Haywood
5f3a093b4d
better naming etc.
2013-05-18 18:11:22 +00:00
David Haywood
a8d7f6be72
added gfxdecode
2013-05-18 17:54:36 +00:00
Michaël Banaan Ananas
279d6234d5
- sspeedr.c: added generic Gear Shift artwork [MASH]
2013-05-18 16:32:25 +00:00
Michaël Banaan Ananas
cfd5e28d3c
- Changed "Gear Shift" to LOW by default for contcirc, chasehq, sci
...
and topspeed [MASH]
(note: only for games where IP_ACTIVE meant low, otherwise it means the game boots with button held down. Other games that were in this patch submit have been excluded)
2013-05-18 16:08:18 +00:00
David Haywood
a98cdcc857
new WORKING
...
Stunt Air [f205v, Tirino73, David Haywood] (imperfect gfx, sound, colours, need PCB measurements)
2013-05-18 15:56:49 +00:00
Oliver Stöneberg
82819cf953
vconv: added support for -mavx and -flto (nw)
2013-05-18 15:53:20 +00:00
David Haywood
7dbc97d744
stuntair - not quite right colour prom decoding
2013-05-18 15:48:08 +00:00
David Haywood
6371823210
stuntair - feeble attempt to hook up sound, probably going to need references / irq frequency measurements.
2013-05-18 15:14:34 +00:00
Fabio Priuli
26c43df763
(MESS) gameboy: modernized sound emulation and added save state [Fabio Priuli]
2013-05-18 15:06:14 +00:00
Fabio Priuli
3e97968771
(MESS) nes.c: added dump for another interesting fds conversion found in the same chinese pack as the other.
...
emulation for this work, except for SRAM. nw.
2013-05-18 15:03:35 +00:00
David Haywood
642e2185d9
stuntair - add second button
2013-05-18 14:08:29 +00:00
David Haywood
34871a13e2
stuntair - improved sprites
2013-05-18 13:57:09 +00:00
David Haywood
5d1ce4c907
stuntair - preliminary sprites
2013-05-18 12:47:04 +00:00
David Haywood
04726da460
stuntair - some basic dips and inputs
2013-05-18 12:23:52 +00:00
David Haywood
ac9a11f4b7
stuntair - added bg scrolling, fg transpen
2013-05-18 11:22:17 +00:00
David Haywood
2f9ca304db
stuntair - basic bg tilemap hookup
2013-05-18 11:02:36 +00:00
Phil Bennett
7fb501d38c
fuukifg2.c - Clocks verified -nw-
2013-05-18 10:20:40 +00:00
David Haywood
636f0c6ded
stuntair - better sprite decode
2013-05-18 10:11:14 +00:00
David Haywood
341a20e164
stuntair - give it an fg layer
2013-05-18 09:55:40 +00:00
Curt Coder
64c9ce4de3
(MESS) wmbullet, softbox, super6, xor100: Refactored serial terminal to connect thru an RS-232 port. [Curt Coder]
2013-05-18 06:46:11 +00:00
David Haywood
a05a40b9e4
new clones
...
Guardian Storm (vertical) [Brian Troha & The Dumping Union]
2013-05-18 02:57:11 +00:00
David Haywood
04147967d5
new NOT WORKING
...
Stunt Air [f205v, Tirino73]
2013-05-18 02:43:28 +00:00
R. Belmont
22d69c1f2b
Various CD-ROM / CHDMAN improvements: [R. Belmont]
...
- Correct import/export of bin/cue images in which the pregap sectors are present.
- Normalized TOC handling; the start of a track is always the first pregap sector.
- Finally allows reading and CDDA playing pregap sectors. Works even if the pregap sectors are not present in the file.
nw part: Existing CHDs should work (or not) as before - previously non-working ones that were broken due to disc geometry should work if regenerated from source.
I tested this on several known-touchy cases (including Saturn Black/Matrix Reprint cinemas and PCE-CD Prince of Persia) but there are likely others.
Drivers that tried to fake around the previous lack of pregap reading on CDDA may need some adjustment.
2013-05-18 02:02:27 +00:00
David Haywood
8c16104664
new NOT WORKING
...
Midcoin Juke Box 24CD [f205v]
2013-05-18 01:39:47 +00:00
David Haywood
62e8f61f70
new NOT WORKING
...
Sea Battle [ANY]
2013-05-18 01:22:37 +00:00
David Haywood
d131ede706
new clones
...
Atom (bootleg of Bombjack Twin) [f205v] (not working)
(i'll get back to it later after clearing out a bit more of the backlog, has reworked sprite + sound hw)
2013-05-18 01:03:41 +00:00
cracyc
ad51380c6b
fruitpc: add inputs [Carl, R.Belmont]
2013-05-17 21:40:18 +00:00
Curt Coder
f97d8c4837
i8251: Implemented 16X/64X clock modes. [Curt Coder]
...
(MESS) xor100: Refactored to use serial terminal. [Curt Coder]
2013-05-17 20:45:06 +00:00
cracyc
84805f91f1
pcxt: tags (nw)
2013-05-17 20:26:14 +00:00
Curt Coder
cbcdd9cdbc
(MESS) softbox: Fixed terminal. (nw)
2013-05-17 20:22:32 +00:00
Curt Coder
877d09b687
(MESS) cbm8296: WIP. (nw)
2013-05-17 19:50:29 +00:00
Phil Bennett
d0da0a8b3d
05194: buggyboy, tx1: Screen 1 and 2 freezes [Phil Bennett]
...
Also did some cleanup of the video code -nw-
2013-05-17 18:18:58 +00:00
Curt Coder
12d483b1d5
(MESS) Added skeleton driver for SSE SoftBox. [Curt Coder, Mike Naberezny]
2013-05-17 18:08:00 +00:00
Curt Coder
46e17cfdca
com8116: Fixed frequency divisors. [Curt Coder]
...
(MESS) exp85: Fixed terminal. [Curt Coder]
(MESS) ob68k1a: Fixed terminal. [Curt Coder]
(MESS) super6: Fixed terminal. [Curt Coder]
2013-05-17 18:05:57 +00:00
Phil Bennett
92a4a63789
fuukifg2.c - Increased Z80 clock to 6MHz. Fixes gogomile intro music and speech [Phil Bennett]
2013-05-17 17:20:42 +00:00
Fabio Priuli
f90e0e395c
(MESS) pc9801_26: fixed "Error performing a late bind of type 18pc9801_slot_device to 16pc9801_26_device". nw.
2013-05-17 17:13:25 +00:00
cracyc
fc54c1c3f6
pcxt.c: Just one pic (nw)
2013-05-17 15:02:16 +00:00
cracyc
00b5cfef0d
pcxt.c: Fix Filetto [Carl]
...
pcxt.c: xt has no RTC and switch to new ISA DMAC (nw)
2013-05-17 14:46:15 +00:00
Miodrag Milanovic
ac2353f631
(MESS) a7800 : Rendering from line ram no longer uses maria write mode bit (should only use read mode bits) [huygens]
2013-05-17 12:08:15 +00:00
David Haywood
f6dc42fc01
rm unwanted space, add proper clone status, also fix another validation error in new jpm addition.
2013-05-17 02:26:59 +00:00
Phil Bennett
db986999bd
Work around MSVC2008/2010 daftness -nw-
...
(warning C4701: potentially uninitialized local variable 'h_over_sz3' used)
2013-05-16 23:20:09 +00:00
Phil Bennett
526e65a196
Unfuuk fuukifg2.c -nw-
2013-05-16 22:35:43 +00:00
Phil Bennett
d79b038b99
Fix skullxbo.c regression -nw-
2013-05-16 22:20:09 +00:00
David Haywood
0230e0c291
MotoTour / Zippy Race (Tecfri license) [Ricky2001 (from AUMAP)]
2013-05-16 20:55:08 +00:00
smf-
13009dbace
Don't map more than 4mb of rom as it will overwrite ram. Only causes a problem for mrdrilr2 because the bios is part of a much larger rom, none of the other drivers have a region large enough to cause a problem. (nw)
2013-05-16 20:45:37 +00:00
Wilbert Pol
8102587e02
pic8259.c: Added state save support. (nw)
2013-05-16 19:42:31 +00:00
smf-
5759f3cce0
replaced the io map with an empty one as the default map still refers to a sound chip that has been replaced (nw)
2013-05-16 19:05:11 +00:00
James Wallace
92ff553552
Fixed typo (nw)
2013-05-16 18:36:25 +00:00
smf-
14841c274f
fixed memset size (nw)
2013-05-16 18:18:42 +00:00
smf-
1f9d141467
fixed readyq hookup (nw)
2013-05-16 17:27:51 +00:00
smf-
7e60fd6c0b
fixed readyq hookup (nw)
2013-05-16 17:21:17 +00:00
smf-
7c6dbc56e4
long is not fundamental enough for save_item (nw)
2013-05-16 17:00:22 +00:00
Roberto Fresca
244e6cd666
more docs.... (nw)
2013-05-16 15:39:57 +00:00
Roberto Fresca
2fad6fe993
New WORKING clones added
...
------------------------
New Lucky 8 Lines (set 6, W-4, main 40%, d-up 60%) [Roberto Fresca, Any]
2013-05-16 14:45:07 +00:00
Roberto Fresca
d35a90637e
New WORKING clones added
...
------------------------
New Lucky 8 Lines (set 4, W-4) [Roberto Fresca, Any]
New Lucky 8 Lines (set 5, W-4, main 40%, d-up 60%) [Roberto Fresca, Any]
2013-05-16 14:05:09 +00:00
smf-
65bf8d97a9
started to modernise TMS5110 [smf]
2013-05-16 11:42:21 +00:00
smf-
97bc7c5e3e
add some todo comments (nw)
2013-05-16 09:46:09 +00:00
smf-
631605ff43
changed i/o to 8/16 bit & removed the flash trampolines in the driver.(nw)
2013-05-16 09:23:46 +00:00
Fabio Priuli
52fed16f78
Powerful Baseball is in fact Jikkyou Powerful Pro Yakyuu. nw.
2013-05-16 08:35:10 +00:00
Roberto Fresca
01437ad8bd
Magic 10 version 16.54
...
magic10a -> this dump
magic10b -> old magic10a
magic10c -> old magic10b
New WORKING clones added
------------------------
Magic's 10 (ver. 16.54) [Any]
2013-05-16 04:32:14 +00:00
Andrew Gardner
f1946c5a5e
A hanful more. (nw)
2013-05-15 23:33:55 +00:00
Wilbert Pol
6f7dd684be
pic8259.c: Switched to devcb2. (nw)
2013-05-15 21:57:33 +00:00
Wilbert Pol
febb0e53f1
(MESS) Fix link errors. (nw)
2013-05-15 21:46:04 +00:00
smf-
ccd9fbc5dc
changed i/o to 8/16 bit (nw)
2013-05-15 21:24:30 +00:00
James Wallace
a344d606d9
Added some recently rediscovered Monte Carlo or Bust ROMs
2013-05-15 19:45:00 +00:00
James Wallace
993ce85b97
New clone:
...
Indiana Jones (JPM) (IMPACT, German set 2) [mathijs/MPU Mecca]
out of whatsnew: This has been part of an attempt to move some of the documentation that used to be in the AGEMAME repository out into a more useful location.
2013-05-15 19:37:43 +00:00
Andrew Gardner
bb17e74fdc
Had time for a few more. (nw)
2013-05-15 18:45:55 +00:00
Wilbert Pol
687047b1e8
spaces to tabs. (nw)
2013-05-15 18:29:39 +00:00
Wilbert Pol
d22ff429b6
pic8259.c: Get rid of anonymous timer. (nw)
2013-05-15 18:20:38 +00:00
Andrew Gardner
c1fe38f4ca
More MAME drivers lose their anonymous timers. (nw)
2013-05-15 18:07:06 +00:00
smf-
bb8fe178d2
removed unused variable (nw)
2013-05-15 17:10:08 +00:00
smf-
5c43eeafe8
changed i/o to 16 bits and don't install memory handlers at run time (nw)
2013-05-15 17:09:13 +00:00
David Haywood
60de7e8c01
the game was made by Itisa, there is an undumped Spanish original [AUMAP]
2013-05-15 14:07:52 +00:00
Miodrag Milanovic
0dbf1d9f86
(MESS) a7800 - [huygens]
...
* Changed default difficulty switch setting to 'A' so Tower Toppler loads the first level.
* Added 7 cpu cycle delay between hsync and Maria DMA (based on atari docs).
* Rewrite of video code to emulate Maria line ram buffers.
2013-05-15 12:28:57 +00:00