Skip to content

Commit d5426a0

Browse files
committed
update date and some tiny changes
git-svn-id: https://svn.code.sf.net/p/pinmame/code/trunk@4310 6f51dfdd-75df-4273-8f3b-818b1e6aa8bf
1 parent 3c20558 commit d5426a0

10 files changed

+17
-21
lines changed

release/alias.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Rom Aliasing-
1+
Rom Aliasing
2+
------------
23

34
To allow improved romset revision handling in PinMAME now and in the future, the following romsets
45
need to be renamed to allow future romsets for these games to be supported. This list may grow in

release/bugs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
****** As of Version Version 2.9 (X X, 2017) ******
1+
****** As of Version Version 2.9 (June 11th, 2017) ******
22

33
Bugs in Pinmame that we are aware of:
44
-------------------------------------

release/mame.txt

-2
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,3 @@ Thanks to Richard Bush for info on several games.
213213
Thanks to Dave (www.finalburn.com) for info on After Burner.
214214

215215
and thanks to everyone else I forgot.
216-
217-

release/msdos.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Using the program
32
-----------------
43

release/pinmame.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PinMAME
33
(Pinball Multiple Arcade Machine Emulator)
44
Version 2.9
5-
(X X, 2017)
5+
(June 11th, 2017)
66
http://www.pinmame.com
77
**************************************************************************************
88

@@ -40,8 +40,9 @@ What is it?
4040
All standard MAME "functions" work in PinMAME (profiler, debugger, cheats,
4141
record/playback, command line switches etc.).
4242

43-
In addition, there is special compile time support for the P-ROC (http://www.pinballcontrollers.com)
44-
and LISY (http://www.lisy80.com) platforms (see PROC and LISY_X defines in makefile.unix).
43+
In addition, there is special compile time support for the P-ROC (http://www.pinballcontrollers.com,
44+
to drive (at least) real WPC machines with PinMAME/P-ROC) and LISY (http://www.lisy80.com,
45+
to drive real Gottlieb Sys1 and Sys80 machines) platforms (see PROC and LISY_X defines in makefile.unix).
4546

4647
What does it do?
4748
----------------

release/simulation.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PINMAME Simulation
1+
PinMAME Simulation
22
------------------
33

44
The ball simulator can handle up to 7 balls in the machine. The simulator

release/visual pinmame.txt

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
**************************************************************************************
22
Visual PinMAME
33
Version 2.9
4-
(X X, 2017)
4+
(June 11th, 2017)
55
http://www.pinmame.com
66
**************************************************************************************
77

88
Latest Info
99
-----------
10-
See the whatsnewVPM.txt for latest additions to Visual PinMAME!
10+
See the whatsnewVPM.txt for latest additions to Visual PinMAME!
1111

1212
What is it?
1313
-----------
14-
1514
Visual PinMAME is a totally new emulation project which is based on the current
1615
PinMAME source code. If you're new to PinMAME, check out the included pinmame.txt file.
1716

@@ -32,16 +31,15 @@ state of the lamp matrix and the solenoid matrix during gameplay.
3231

3332
What does it do?
3433
----------------
35-
It allows programmers to control PinMAME emulation. Essentially PinMAME is entirely
34+
It allows programmers to control PinMAME emulation. Essentially PinMAME is entirely
3635
encapsulated into the Visual PinMAME object. Practically anything PinMAME can do,
3736
Visual PinMAME can do, only programmatically so the user has control over how certain
3837
things work.
3938

4039

4140
Installation:
4241
-------------
43-
44-
See the Installation Guide.html file for step by step instructions on how to install Visual PinMAME.
42+
See the Installation Guide.html file for step by step instructions on how to install Visual PinMAME.
4543

4644

4745
How to Program Visual PinMAME
@@ -53,7 +51,6 @@ samples to help demonstrate possible ways to use Visual PinMAME.
5351

5452
Minimum System Requirements
5553
---------------------------
56-
5754
To use:
5855
Visual PinMAME is a Windows COM object, and as far as we know will only work on Win9x,NT,2000,XP,Vista,7,8.X,10 computers.
5956

@@ -63,7 +60,7 @@ Any scripting language that can create COM objects, such as Visual Basic or Visu
6360

6461
Known Bugs
6562
----------
66-
None specific to VPinMAME yet, but we're sure you'll find them!
63+
None specific to VPinMAME yet, but we're sure you'll find them!
6764

6865

6966
The Visual PinMAME Development Team

release/whatsnew.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 2.9 (X X, 2017) - ""
1+
Version 2.9 (June 11th, 2017) - "Attack of the clones"
22
------------------------------------------------------------------------------
33

44
*** CORE/CPU *** Thanks to DJRobX, Quench and Bontango for some of these
@@ -53,7 +53,7 @@ Stargame: Slalom Code 0.3
5353
White Force
5454

5555
Correct Dumps:
56-
Bally: Flash Gordon (prototype rev. 1): Missing U10 dump was rediscovered
56+
Bally: Flash Gordon (prototype rev. 1) (missing U10 dump was rediscovered)
5757
Inder: Metal Man (corrected one music ROM)
5858
LTD: Columbia (previously supported was in fact one ROM from pecmen)
5959
Taito: Lady Luck (sound dumps were the ones from Vegas before)

release/whatsnewVPM.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
What's new in Visual PinMAME:
22
-----------------------------
33

4-
Version 2.9 (X X, 2017) - ""
4+
Version 2.9 (June 11th, 2017) - "Attack of the clones"
55
------------------------------------------------------------------------------
6+
- No interface changes, refer to whatsnew.txt for PinMAME changes
67

78
Version 2.8b (December 29th, 2016)
89
------------------------------------------------------------------------------

release/windows.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Using the program
32
-----------------
43

0 commit comments

Comments
 (0)